diff options
Diffstat (limited to 'prettier/testdata/opts')
| -rw-r--r-- | prettier/testdata/opts/0.ts | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/prettier/testdata/opts/0.ts b/prettier/testdata/opts/0.ts index fb85014a5..400e7ee56 100644 --- a/prettier/testdata/opts/0.ts +++ b/prettier/testdata/opts/0.ts @@ -1,2 +1,6 @@ -console.log(0) -console.log([function foo() {}, function baz() {}, a => {}]) +console.log(0); +console.log([ + function foo() {}, + function baz() {}, + a => {} +]); |
