From af7468575a2fad631beb60cae92413d03d94d840 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Thu, 9 Feb 2023 09:44:12 -0800 Subject: [PATCH] fix: fix code formatting Signed-off-by: Raymond Feng --- src/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.ts b/src/client.ts index 666035d..a0e36ad 100644 --- a/src/client.ts +++ b/src/client.ts @@ -99,4 +99,4 @@ if (require.main === module) { console.error('Fail to invoke the HelloWorld action: %O', err); process.exit(1); }); -} \ No newline at end of file +}