Reformat files with new linter

All changes should be whitespace, and were done using npm run-script
lint.

Change-Id: I943c6b435c5c872841af5affc1e89910468b5ca6
Signed-off-by: Ed Tanous <ed@tanous.net>
diff --git a/src/i18n.js b/src/i18n.js
index 919c363..c60573c 100644
--- a/src/i18n.js
+++ b/src/i18n.js
@@ -7,7 +7,7 @@
   const locales = require.context(
     './locales',
     true,
-    /[A-Za-z0-9-_,\s]+\.json$/i
+    /[A-Za-z0-9-_,\s]+\.json$/i,
   );
   const messages = {};
   locales.keys().forEach((key) => {