Skip to content

Commit

Permalink
fix: fix code formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Raymond Feng <[email protected]>
  • Loading branch information
raymondfeng committed Feb 9, 2023
1 parent 08d39a5 commit af74685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ if (require.main === module) {
console.error('Fail to invoke the HelloWorld action: %O', err);
process.exit(1);
});
}
}

0 comments on commit af74685

Please sign in to comment.