Skip to content

Commit

Permalink
Fixup whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi authored and shalxmva committed Jan 6, 2025
1 parent 9325bf0 commit 64b7396
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/commands/switchBoard.mts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default class SwitchBoardCommand extends Command {
if (!compareLt(sdkVersion, "2.0.0")) {
quickPickItems.push("pico2");
}

if (!compareLt(sdkVersion, "2.1.0")) {
quickPickItems.push("pico2_w");
}
Expand Down Expand Up @@ -94,7 +93,6 @@ export default class SwitchBoardCommand extends Command {

return board;
}

// Check that board doesn't have an RP2040 on it
const data = readFileSync(boardFiles[board])

Expand Down

0 comments on commit 64b7396

Please sign in to comment.