Skip to content

Commit

Permalink
style: 개행 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
cpot5620 committed Oct 16, 2023
1 parent 75c1d08 commit aef78bb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ public interface LocationRepository extends JpaRepository<Location, Long> {
)
List<Location> findAllByCoordinateAndDistanceInMeters(
@Param("coordinate") Point coordinate,
@Param("distance") double distance);
@Param("distance") double distance
);


}

0 comments on commit aef78bb

Please sign in to comment.