Minor formatting.
This commit is contained in:
parent
110ab39cb2
commit
1fa1940f4b
|
@ -91,7 +91,7 @@ public class RangeTest {
|
|||
}
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
@SuppressWarnings({ "rawtypes", "unchecked" })
|
||||
@SuppressWarnings({"rawtypes", "unchecked"})
|
||||
@Test
|
||||
public void testComparableConstructors() {
|
||||
final Comparable c = other -> 1;
|
||||
|
|
Loading…
Reference in New Issue