Skip to content

Commit ea01a58

Browse files
committed
style: prettify run-pipeline-emscripten.ts, run-pipeline-node-test.ts
1 parent 7af7f33 commit ea01a58

File tree

3 files changed

+561
-172
lines changed

3 files changed

+561
-172
lines changed

packages/core/typescript/itk-wasm/src/interface-types/poly-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class PolyData {
2525
numberOfCellPixels: number
2626
cellData: null | TypedArray
2727

28-
constructor(public readonly polyDataType = new PolyDataType()) {
28+
constructor (public readonly polyDataType = new PolyDataType()) {
2929
this.polyDataType = polyDataType
3030

3131
this.name = 'PolyData'

0 commit comments

Comments
 (0)