Skip to content

Commit ddac04d

Browse files
committed
formatting
1 parent 40e819f commit ddac04d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/common/localize.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,11 @@ export namespace UvInstallStrings {
228228
return l10n.t('Python installed successfully at {0}', path);
229229
}
230230
export const installFailed = l10n.t('Failed to install Python');
231-
export const uvInstallFailed = l10n.t('Failed to install uv'); export const uvInstallRestartRequired = l10n.t(
231+
export const uvInstallFailed = l10n.t('Failed to install uv');
232+
export const uvInstallRestartRequired = l10n.t(
232233
'uv was installed but may not be available in the current terminal. Please restart VS Code or open a new terminal and try again.',
233-
); export const dontAskAgain = l10n.t("Don't ask again");
234+
);
235+
export const dontAskAgain = l10n.t("Don't ask again");
234236
export const clickToInstallPython = l10n.t('No Python found, click to install');
235237
export const selectPythonVersion = l10n.t('Select Python version to install');
236238
export const installed = l10n.t('installed');

0 commit comments

Comments
 (0)