Skip to content

Commit 5589f17

Browse files
committed
Add missing newline at EOF
1 parent 34f899c commit 5589f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse/src/test/java/com/parse/ParseGeoPointTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ public void testConstructors() {
3030
assertEquals(lat, copy.getLatitude(), 0);
3131
assertEquals(lng, copy.getLongitude(), 0);
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)