Skip to content

Commit

Permalink
chore: 배포
Browse files Browse the repository at this point in the history
  • Loading branch information
dgh06175 committed Nov 27, 2024
1 parent 6402bc7 commit d5acd61
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public class Location extends BaseEntity {

public static Location of(Double minLatitude, Double maxLatitude, Double minLongitude, Double maxLongitude,
String address) {

double truncatedMinLatitude = truncate(minLatitude);
double truncatedMaxLatitude = truncate(maxLatitude);
double truncatedMinLongitude = truncate(minLongitude);
Expand Down

0 comments on commit d5acd61

Please sign in to comment.