Skip to content

Commit ff27ac3

Browse files
committed
test
1 parent ec3c252 commit ff27ac3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test-format-action.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ export function testFunction(a: number, b: number): number {
77

88
export const badlyFormatted = { foo: 'bar', baz: 123, nested: { key: 'value' } }
99

10-
function anotherFunction() {
11-
console.log('bad spacing')
12-
}
10+
export function anotherFunction(){ console.log('bad spacing') }

0 commit comments

Comments
 (0)