Added project specific format; Default values in WireArray are now U
[Mograsim.git] / era.mi / src / era / mi / logic / components / Component.java
index c5186d0..19b5d3e 100644 (file)
@@ -4,7 +4,8 @@ import java.util.List;
 
 import era.mi.logic.wires.WireArray;
 
-public interface Component {
+public interface Component
+{
 
        /**
         * Returns immutable list of all inputs to the {@link Component} (including e.g. the select bits to a MUX). Intended for visualization