Skip to content

Commit

Permalink
style(run-pipeline-node-test): prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jul 14, 2024
1 parent 52ba65d commit bef24c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
InterfaceTypes
} from '../../../dist/index-node.js'

function readCthead1() {
function readCthead1 () {
const testInputImageDir = path.resolve(
'test',
'pipelines',
Expand Down Expand Up @@ -48,7 +48,7 @@ function readCthead1() {
image.data = pixelData
return image
}
function readCow() {
function readCow () {
const testInputMeshDir = path.resolve(
'test',
'pipelines',
Expand Down

0 comments on commit bef24c0

Please sign in to comment.