Skip to content

Commit 82e7fc3

Browse files
authored
Merge pull request aeron-io#656 from kazachka/extra-empty-line
[Java] fix: remove extra empty lines
2 parents c8cbe39 + 7c2c6d8 commit 82e7fc3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/GolangGenerator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,6 @@ private void generateEncodeDecodeClose(
568568
init.append("\treturn\n}\n");
569569
}
570570

571-
572571
// Newer messages and groups can add extra properties before the variable
573572
// length elements (groups and varData). We read past the difference
574573
// between the message's blockLength and our (older) schema's blockLength

sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/Encoding.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ public PrimitiveValue applicableMinValue()
213213
return primitiveType.minValue();
214214
}
215215

216-
217216
/**
218217
* The most applicable max value for the encoded type.
219218
*

0 commit comments

Comments
 (0)