Made InstructionTable a bit easier to use
[Mograsim.git] / plugins / net.mograsim.plugin.core / src / net / mograsim / plugin / tables / mi / InstructionTableRow.java
index 7cef835..4966b13 100644 (file)
@@ -9,4 +9,4 @@ public class InstructionTableRow extends TableRow<MicroInstructionMemory>
        {
                super(address, data);
        }
-}
+}
\ No newline at end of file