Skip to content

Commit bef24c0

Browse files
committed
style(run-pipeline-node-test): prettier
1 parent 52ba65d commit bef24c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/typescript/itk-wasm/test/node/pipeline/run-pipeline-node-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
InterfaceTypes
1111
} from '../../../dist/index-node.js'
1212

13-
function readCthead1() {
13+
function readCthead1 () {
1414
const testInputImageDir = path.resolve(
1515
'test',
1616
'pipelines',
@@ -48,7 +48,7 @@ function readCthead1() {
4848
image.data = pixelData
4949
return image
5050
}
51-
function readCow() {
51+
function readCow () {
5252
const testInputMeshDir = path.resolve(
5353
'test',
5454
'pipelines',

0 commit comments

Comments
 (0)