CHORE - Remove Trailing Spaces

This commit is contained in:
Nick
2016-04-03 09:59:12 -04:00
parent 76e1e4c1de
commit 6671a55556

View File

@@ -63,7 +63,7 @@
// Warn when variables are defined but never used.
"unused": true,
// Enforce line length to 80 characters
"maxlen": 80,