Skip to content

Commit b19496d

Browse files
author
github-actions
committed
Google Java Format
1 parent 02b6c02 commit b19496d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CoordinateComparator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ public class CoordinateComparator implements Comparator<Coordinate> {
66
public int compare(Coordinate c1, Coordinate c2) {
77
return Double.valueOf(c1.getDistanceToOriginPoint()).compareTo(c2.getDistanceToOriginPoint());
88
}
9-
109
}

0 commit comments

Comments
 (0)