diff --git a/bigbluebutton-html5/imports/startup/server/index.js b/bigbluebutton-html5/imports/startup/server/index.js
index 6ef30c44ea97eff46a08aa4e70fa1584f547fbd7..9b1d3c0dc461abf29ed89e648c2fead6fb256158 100755
--- a/bigbluebutton-html5/imports/startup/server/index.js
+++ b/bigbluebutton-html5/imports/startup/server/index.js
@@ -218,7 +218,7 @@ WebApp.connectHandlers.use('/locale', (req, res) => {
     const normDefault = usableLocales.find(locale => normalizedLocale === locale);
     if (normDefault) {
       localeFile = normDefault;
-    }else{
+    } else {
       if (regionDefault) {
         localeFile = regionDefault;
       } else {