Skip to content

Commit

Permalink
fix prettier warning
Browse files Browse the repository at this point in the history
automated CI run of prettier is bugged
  • Loading branch information
Jackman3323 committed May 20, 2024
1 parent 4a0f170 commit 8ba4a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ export * from "./set-team-number";
export * from "./set-robot-name";
export * from "./runvision";
export * from "./info-project";
export * from "./reset-conductor";
export * from "./reset-conductor";
2 changes: 1 addition & 1 deletion src/commands/reset-conductor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export const resetConductor = async () => {
} catch (err: any) {
await vscode.window.showErrorMessage(err.message);
}
};
};

0 comments on commit 8ba4a36

Please sign in to comment.