Skip to content

Commit 8de1f88

Browse files
committed
style(itk-wasm): linter fixes
1 parent 1ee7fcc commit 8de1f88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/typescript/itk-wasm/src/pipeline/internal/load-emscripten-module-main-thread.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import RunPipelineOptions from '../run-pipeline-options.js'
88
const decoder = new ZSTDDecoder()
99
let decoderInitialized = false
1010

11-
async function loadEmscriptenModuleMainThread(
11+
async function loadEmscriptenModuleMainThread (
1212
moduleRelativePathOrURL: string | URL,
1313
baseUrl?: string,
1414
queryParams?: RunPipelineOptions['pipelineQueryParams']

packages/core/typescript/itk-wasm/src/pipeline/internal/load-emscripten-module-web-worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let decoderInitialized = false
1212
//
1313
// baseUrl is usually taken from 'getPipelinesBaseUrl()', but a different value
1414
// could be passed.
15-
async function loadEmscriptenModuleWebWorker(
15+
async function loadEmscriptenModuleWebWorker (
1616
moduleRelativePathOrURL: string | URL,
1717
baseUrl: string,
1818
queryParams?: RunPipelineOptions['pipelineQueryParams']

0 commit comments

Comments
 (0)