Skip to content

Commit 60aa812

Browse files
committed
[Java]: Formatting out generated stubs tidy up.
1 parent f679234 commit 60aa812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/java/uk/co/real_logic/sbe/generation/java/JavaGenerator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,10 +1099,10 @@ private CharSequence generateMessageFlyweightCode(final String className, final
10991099
final String semanticType = token.encoding().semanticType() == null ? "" : token.encoding().semanticType();
11001100

11011101
return String.format(
1102-
" public static final %1$s BLOCK_LENGTH = %2$s;\n\n" +
1102+
" public static final %1$s BLOCK_LENGTH = %2$s;\n" +
11031103
" public static final %3$s TEMPLATE_ID = %4$s;\n" +
11041104
" public static final %5$s SCHEMA_ID = %6$s;\n" +
1105-
" public static final %7$s SCHEMA_VERSION = %8$s;\n" +
1105+
" public static final %7$s SCHEMA_VERSION = %8$s;\n\n" +
11061106
" private final %9$s parentMessage = this;\n" +
11071107
" private DirectBuffer buffer;\n" +
11081108
" private int offset;\n" +

0 commit comments

Comments
 (0)