Skip to content

Commit 3d32225

Browse files
committed
move helper function to namespace
1 parent 4f76979 commit 3d32225

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/common/pythonInstallation.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,9 @@ namespace PythonInstallation {
148148
}
149149
return wasmBytes;
150150
}
151-
}
152151

153-
function isGithubUri(uri: Uri): boolean {
154-
return uri.authority === 'github.com';
152+
function isGithubUri(uri: Uri): boolean {
153+
return uri.authority === 'github.com';
154+
}
155155
}
156-
157156
export default PythonInstallation;

0 commit comments

Comments
 (0)