-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
minecraft-quartus/src/main/java/io/github/marcuscastelo/quartus/circuit/QuartusCircuit.java
Lines 112 to 115 in 69415bd
| //TODO: change to match N->S format | |
| public String serialize() { | |
| StringBuilder str = new StringBuilder(); | |
| Queue<QuartusCircuitComponent> componentsToPrint = new LinkedList<>(circuitInputs.values()); |
This issue was generated by todo based on a TODO comment in 69415bd. It's been assigned to @marcuscastelo because they committed the code.
Reactions are currently unavailable