Skip to content

Commit eab7612

Browse files
committed
[Java] Formatting after merge.
1 parent e7fa47c commit eab7612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ private boolean isRepresentableByInt32(final Encoding encoding)
280280
{
281281
// These min and max values are the same in .NET
282282
return encoding.applicableMinValue().longValue() >= Integer.MIN_VALUE &&
283-
encoding.applicableMaxValue().longValue() <= Integer.MAX_VALUE;
283+
encoding.applicableMaxValue().longValue() <= Integer.MAX_VALUE;
284284
}
285285

286286
private CharSequence generateGroupProperty(final String groupName, final Token token, final String indent)

0 commit comments

Comments
 (0)