Skip to content
This repository was archived by the owner on Jan 1, 2023. It is now read-only.

Commit c81ca43

Browse files
committed
🎨 fix indent
1 parent 32f4b76 commit c81ca43

File tree

1 file changed

+1
-1
lines changed
  • test/__fixtures__/object/invalid

1 file changed

+1
-1
lines changed

test/__fixtures__/object/invalid/input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const test2 = { ...test1, b: 1 }
33
const test3 = { b : 'b_val', ['c']: 'c_val' }
44
const test4 = { 77777777777777777.1: 'foo' }
55
const test5 = { foo: 1 + 2 }
6-
const test6 = {foo: ``}
6+
const test6 = { foo: `` }
77
const test7 = { foo: `te${'abc'}st` }
88
const test8 = { foo: `te${123}st` }
99
const test9 = { foo: `te${test2.b}st` }

0 commit comments

Comments
 (0)