Minor formatting.

This commit is contained in:
Gary Gregory 2021-02-11 16:45:54 -05:00
parent 110ab39cb2
commit 1fa1940f4b
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public class RangeTest {
}
// -----------------------------------------------------------------------
@SuppressWarnings({ "rawtypes", "unchecked" })
@SuppressWarnings({"rawtypes", "unchecked"})
@Test
public void testComparableConstructors() {
final Comparable c = other -> 1;