diff options
author | Joe George <joe@zeroc.com> | 2017-06-07 16:39:31 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2017-06-07 16:39:31 -0400 |
commit | 2fb970cdea450b15b5f7d74099246b6abef16857 (patch) | |
tree | ac0fdf40cff12d1cba313e20da757671cbdeeebd /js/gulp/bundle.js | |
parent | Remove trailing whitespace (diff) | |
download | ice-2fb970cdea450b15b5f7d74099246b6abef16857.tar.bz2 ice-2fb970cdea450b15b5f7d74099246b6abef16857.tar.xz ice-2fb970cdea450b15b5f7d74099246b6abef16857.zip |
Remove excessive empty lines
Diffstat (limited to 'js/gulp/bundle.js')
-rw-r--r-- | js/gulp/bundle.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/gulp/bundle.js b/js/gulp/bundle.js index d4815677218..b592f8cd068 100644 --- a/js/gulp/bundle.js +++ b/js/gulp/bundle.js @@ -318,7 +318,6 @@ function bundle(args) var moduleEpilogue = " }());\n"; - var sb = new StringBuffer(); sb.write(preamble); |