Skip to content

Commit 4e8c2df

Browse files
committed
Format nit
1 parent 96a2ebf commit 4e8c2df

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/test/java/org/apache/commons/io/input/SwappedDataInputStreamTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void setUp() {
5151
0x08
5252
};
5353
final ByteArrayInputStream bais = new ByteArrayInputStream(bytes);
54-
this.sdis = new SwappedDataInputStream( bais );
54+
this.sdis = new SwappedDataInputStream(bais);
5555
}
5656

5757
@AfterEach
@@ -134,8 +134,7 @@ public void testReadUnsignedShort() throws IOException {
134134

135135
@Test
136136
public void testReadUTF() {
137-
assertThrows(UnsupportedOperationException.class, () -> this.sdis.readUTF(),
138-
"readUTF should be unsupported. ");
137+
assertThrows(UnsupportedOperationException.class, () -> this.sdis.readUTF(), "readUTF should be unsupported. ");
139138
}
140139

141140
@Test

0 commit comments

Comments
 (0)