Implemented GUIdlatch
[Mograsim.git] / net.mograsim.logic.ui / src / net / mograsim / logic / ui / model / components / mi / nandbased / GUI_rsLatch.java
index 6f3e951..b6f030c 100644 (file)
@@ -37,7 +37,6 @@ public class GUI_rsLatch extends SubmodelComponent
        @SuppressWarnings("unused") // for GUIWires being created
        private void initSubmodelComponents(Pin _S, Pin _R, Pin Q, Pin _Q)
        {
-
                GUINandGate nand1 = new GUINandGate(submodelModifiable, 1);
                GUINandGate nand2 = new GUINandGate(submodelModifiable, 1);