Skip to content

Commit 05cc57a

Browse files
committed
chore: format
1 parent f712783 commit 05cc57a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nsl/expression/AssembleExpression.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public boolean isLiteral() {
4242
public static void assembleIfRequired(Expression expression) throws IOException {
4343
if (expression instanceof AssembleExpression) ((AssembleExpression) expression).assemble();
4444
}
45+
4546
/**
4647
* Gets the next freely available NSIS register if the given expression requires assembling or the
4748
* given expression otherwise.

0 commit comments

Comments
 (0)