Removed spaces in empty line
This commit is contained in:
parent
1cbd726194
commit
f050cd4afe
1 changed files with 2 additions and 2 deletions
|
@ -469,7 +469,7 @@ public class StringReaderTest {
|
|||
assertThat(reader.getRead(), equalTo("12.34"));
|
||||
assertThat(reader.getRemaining(), equalTo(""));
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void readFloat_negative() throws Exception {
|
||||
final StringReader reader = new StringReader("-123");
|
||||
|
@ -607,4 +607,4 @@ public class StringReaderTest {
|
|||
assertThat(ex.getCursor(), is(0));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue