diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2018-06-06 17:50:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-06 17:50:56 +0800 |
commit | 9e19e63551907be19c8c6b5b75217d7650504436 (patch) | |
tree | 9c545c0e02d16c73a19c96f44b191af4f1eaff0e /test/input | |
parent | bce7ee5f6a28e87e2e68cd2d22b4e4280372d7bb (diff) | |
download | tracifyjs-9e19e63551907be19c8c6b5b75217d7650504436.tar.gz tracifyjs-9e19e63551907be19c8c6b5b75217d7650504436.zip |
general clean-ups (#3175)
Diffstat (limited to 'test/input')
-rw-r--r-- | test/input/issue-1323/sample.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/input/issue-1323/sample.js b/test/input/issue-1323/sample.js index ff56acc3..a1798cf5 100644 --- a/test/input/issue-1323/sample.js +++ b/test/input/issue-1323/sample.js @@ -1,4 +1,4 @@ -var bar = (function () { +var bar = (function() { function foo (bar) { return bar; } |