Skip to content

Commit f539a1f

Browse files
committed
linting fix
1 parent 425b334 commit f539a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArduinoFrontend/src/app/Libs/General.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ export class BreadBoard extends CircuitElement {
472472
}
473473
if (end.label === '-') {
474474
rail = end.id % 4 === 0 ? 'minus1' : 'minus2';
475-
}
475+
}
476476
// console.log(`Pin connected to: ${rail}`);
477477
if (!rail || !poweredRail.includes(rail)) {
478478
allConnected = false;

0 commit comments

Comments
 (0)