Formatting fix

This commit is contained in:
logicog
2025-10-20 18:35:35 +02:00
parent 73b8335bef
commit aab4d334e5
-1
View File
@@ -17,6 +17,5 @@ function drawPorts() {
l.id="port" + (i+1); l.id="port" + (i+1);
f.appendChild(l); f.appendChild(l);
} }
console.log("DRAWING DONE "); console.log("DRAWING DONE ");
} }