We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3c252 commit ff27ac3Copy full SHA for ff27ac3
test-format-action.ts
@@ -7,6 +7,4 @@ export function testFunction(a: number, b: number): number {
7
8
export const badlyFormatted = { foo: 'bar', baz: 123, nested: { key: 'value' } }
9
10
-function anotherFunction() {
11
- console.log('bad spacing')
12
-}
+export function anotherFunction(){ console.log('bad spacing') }
0 commit comments