Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Golovin <[email protected]>
  • Loading branch information
dgolovin committed Aug 13, 2024
1 parent 0f4cb6a commit dc5dc53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/crc-start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ async function askAndStorePullSecret(logger: extensionApi.Logger): Promise<boole
}
} catch (err) {
// not valid json
await extensionApi.window.showErrorMessage(`Start failed, pull secret is not valid. Please start again:\n '${err}'`);
await extensionApi.window.showErrorMessage(
`Start failed, pull secret is not valid. Please start again:\n '${err}'`,
);
return false;
}
try {
Expand Down

0 comments on commit dc5dc53

Please sign in to comment.