remove random newline

This commit is contained in:
Kevin Ramharak 2019-01-22 19:19:42 +01:00
parent 0ff671713c
commit 1157bd5df5

View File

@ -544,7 +544,6 @@ public class Assembler {
if (instructionSet.get(mnemonic) == null) {
throw new InvalidMnemonicException(mnemonic, currentLine);
}
//Check operands and encode instruction