Skip to content

Commit 87c046e

Browse files
authored
fix
1 parent 029867c commit 87c046e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/mods/Hileb/shotaasm/impl/compiler/CompilerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public CompilerFactory(URL[] classpath) {
2626
ShotaASM.LOGGER.info("Java Compiler Factory Debug.");
2727
String s0 = "";
2828
for (String s : this.options) {
29-
s0 + = s;
29+
s0 += s;
3030
}
3131
ShotaASM.LOGGER.info("Options : {}", s0);
3232
}

0 commit comments

Comments
 (0)