Skip to content

Commit e454ed5

Browse files
committed
syntax errors
1 parent 30c885d commit e454ed5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/src/test/java/com/google/openlocationcode/EncodingTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public void testEncodeFromDegrees() {
7474
Assert.assertTrue(
7575
String.format(
7676
"Too many encoding errors (actual rate %f, allowed rate %f), see ENCODING DIFFERENCE lines"),
77-
failedEncodings / testDataList.size() <= allowedErrorRate,);
77+
failedEncodings / testDataList.size() <= allowedErrorRate);
7878
}
7979
}
8080

@@ -93,7 +93,6 @@ public void testDegreesToIntegers() {
9393
testData.latitudeDegrees, testData.longitudeDegrees, got[1], testData.longitudeInteger),
9494
got[1] == testData.longitudeInteger || got[1] == testData.longitudeInteger - 1);
9595
}
96-
}
9796
}
9897

9998
@Test

0 commit comments

Comments
 (0)