Skip to content

Commit

Permalink
fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
heejaechang committed Nov 14, 2024
1 parent b075abb commit b6a0054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/pyright-internal/src/common/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* helpers shared between multiple packages such as pyright-internal and pyright
*/

import { ensureTomlModuleLoaded } from "./tomlUtils";
import { ensureTomlModuleLoaded } from './tomlUtils';

export async function initializeDependencies() {
// Ensure dynamic imports are loaded.
Expand All @@ -16,4 +16,4 @@ export async function initializeDependencies() {
// eslint-disable-next-line @typescript-eslint/no-var-requires
require('source-map-support').install();
}
}
}
2 changes: 1 addition & 1 deletion packages/pyright-internal/src/tests/lsp/languageServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ async function runTestBackgroundThread() {

export async function run() {
await initializeDependencies();

// Start the background thread if this is not the first worker.
if (getEnvironmentData(WORKER_STARTED) === 'true') {
runTestBackgroundThread();
Expand Down

0 comments on commit b6a0054

Please sign in to comment.