Explorar o código

fix lint error

Yao Ding %!s(int64=7) %!d(string=hai) anos
pai
achega
d1fe67d8de
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/client/js/i18n.js

+ 1 - 1
src/client/js/i18n.js

@@ -43,5 +43,5 @@ export default (userlang) => {
       },
     });
 
-    return i18n;
+  return i18n;
 };