diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-01-30 03:16:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-29 21:16:48 -0500 |
commit | 73a3cc21d0e7ceec1275078db125f57ce97725fb (patch) | |
tree | 17d845d5d125d3ba8ecefa49e57e02e9c088c68b /cli/tests/badly_formatted.js | |
parent | f0a6062012c4e09553877c9feedb3fbc3d4625b9 (diff) |
feat: dprint formatter (#3820)
* rewrite fmt_test in Rust, remove tools/fmt_test.py
* remove //std/prettier
Diffstat (limited to 'cli/tests/badly_formatted.js')
-rw-r--r-- | cli/tests/badly_formatted.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/badly_formatted.js b/cli/tests/badly_formatted.js index 17e3e6be0..b646a95a3 100644 --- a/cli/tests/badly_formatted.js +++ b/cli/tests/badly_formatted.js @@ -1,4 +1,4 @@ -console.log( - "Hello World" +console.log("Hello World" + ) |