Skip to content

Commit

Permalink
style: 개행 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTotem committed Jul 19, 2024
1 parent ea74541 commit ad532f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import in.koreatech.koin.domain.bus.model.mongo.CityBusTimetable;

public interface CityBusTimetableRepository extends Repository<CityBusTimetable, String> {

CityBusTimetable save(CityBusTimetable cityBusTimetable);

Optional<CityBusTimetable> findByBusInfoNumberAndBusInfoArrival(Long number, String arrivalNode);
Expand Down

0 comments on commit ad532f4

Please sign in to comment.