Skip to content

Commit 64b7396

Browse files
will-v-pishalxmva
authored andcommitted
Fixup whitespace
1 parent 9325bf0 commit 64b7396

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/commands/switchBoard.mts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export default class SwitchBoardCommand extends Command {
3838
if (!compareLt(sdkVersion, "2.0.0")) {
3939
quickPickItems.push("pico2");
4040
}
41-
4241
if (!compareLt(sdkVersion, "2.1.0")) {
4342
quickPickItems.push("pico2_w");
4443
}
@@ -94,7 +93,6 @@ export default class SwitchBoardCommand extends Command {
9493

9594
return board;
9695
}
97-
9896
// Check that board doesn't have an RP2040 on it
9997
const data = readFileSync(boardFiles[board])
10098

0 commit comments

Comments
 (0)