Skip to content

Commit 5a7f9d6

Browse files
committed
Minor linting
1 parent ea7969b commit 5a7f9d6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

dist/index.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -967,9 +967,7 @@ class runtimeHttpClient_RuntimeHttpClient {
967967
Object(core.debug)(e)
968968
}
969969

970-
return {
971-
success: false,
972-
}
970+
return { success: false };
973971
}
974972

975973
/**

src/runtimeHttpClient.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ export class RuntimeHttpClient {
6565
core.debug(e)
6666
}
6767

68-
return {
69-
success: false,
70-
}
68+
return { success: false };
7169
}
7270

7371
/**

0 commit comments

Comments
 (0)