Skip to content

Commit

Permalink
ci 테스트 용 개행 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
youngh0 authored Mar 7, 2024
1 parent 660dd6e commit 248aa3d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ public void saveAll(List<Parking> parkingLots) {
public Set<Parking> getParkingLots(Set<String> parkingNames) {
return parkingRepository.findAllByBaseInformationNameIn(parkingNames);
}

}

0 comments on commit 248aa3d

Please sign in to comment.