Skip to content

Commit 6c46654

Browse files
committed
refactoring changes
1 parent 14215e3 commit 6c46654

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/toolchain/swiftly.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,7 @@ export class Swiftly {
220220
const error = err as ExecFileError;
221221
// Its possible the toolchain in .swift-version is misconfigured or doesn't exist.
222222
void vscode.window.showErrorMessage(
223-
`Failed to load toolchain from Swiftly: ${error.stderr}`
224-
);
223+
`Failed to load toolchain from Swiftly: ${error.stderr}`);
225224
}
226225
}
227226
}

0 commit comments

Comments
 (0)