diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-03-02 13:39:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-02 13:39:56 +0100 |
| commit | faf2e802724be9d493dad232759b76e7253feab0 (patch) | |
| tree | 50be81b16f237ef7d366ba29f816906488a5bb88 /cli/tests/bundle/fixture03.out | |
| parent | badc88b78a623d66ae86157d44a438c14dd7616a (diff) | |
chore: upgrade crates (#9632)
Diffstat (limited to 'cli/tests/bundle/fixture03.out')
| -rw-r--r-- | cli/tests/bundle/fixture03.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/bundle/fixture03.out b/cli/tests/bundle/fixture03.out index 93659f4d9..524e77abb 100644 --- a/cli/tests/bundle/fixture03.out +++ b/cli/tests/bundle/fixture03.out @@ -1,5 +1,5 @@ const a = "a"; const d = { - a: a + a }; console.log(d); |
