Skip to content

Commit

Permalink
whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui committed Jan 6, 2022
1 parent 0a46548 commit b27b2bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdks/node-ts/src/apache_beam/runners/node_runner/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ export class RemoteJobServiceClient {
const call = client.getState({jobId});
return await call.response;
}
}
}
2 changes: 1 addition & 1 deletion sdks/node-ts/test/node_runner_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ describe('node runner', () => {
const event = await pipelineResult.waitUntilFinish(60000);
assert(event == JobState_Enum.DONE);
});
})
})
2 changes: 1 addition & 1 deletion sdks/node-ts/test/testdata/pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,4 @@
"rootTransformIds": [
"ref_AppliedPTransform_AppliedPTransform_1"
]
}
}

0 comments on commit b27b2bc

Please sign in to comment.