Skip to content

Commit d4f9372

Browse files
check style
1 parent 9b2945c commit d4f9372

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/java/uk/co/real_logic/sbe/generation/java/JavaGeneratorTest.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,12 +221,14 @@ public void shouldGenerateBasicMessage() throws Exception
221221
}
222222

223223
@Test(expected = IllegalArgumentException.class)
224-
public void shouldValidateMissingBufferClass() throws IOException {
224+
public void shouldValidateMissingBufferClass() throws IOException
225+
{
225226
new JavaGenerator(ir, "dasdsads", outputManager);
226227
}
227228

228229
@Test(expected = IllegalArgumentException.class)
229-
public void shouldValidateNotImplementedBufferClass() throws IOException {
230+
public void shouldValidateNotImplementedBufferClass() throws IOException
231+
{
230232
new JavaGenerator(ir, "java.nio.ByteBuffer", outputManager);
231233
}
232234

0 commit comments

Comments
 (0)