Explorar o código

Fix lint errors.

Lauri Ojansivu %!s(int64=6) %!d(string=hai) anos
pai
achega
70fd1ce57d
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      client/components/main/layouts.js
  2. 1 1
      models/settings.js

+ 1 - 1
client/components/main/layouts.js

@@ -92,7 +92,7 @@ Template.userFormsLayout.events({
     event.stopImmediatePropagation();
 
     Meteor.subscribe('user-authenticationMethod', email, {
-      onReady() { 
+      onReady() {
         return authentication.call(this, instance, email, password);
       },
     });

+ 1 - 1
models/settings.js

@@ -260,7 +260,7 @@ if (Meteor.isServer) {
       }
     },
   });
-  
+
   Jobs.register({
     logOut(userId) {
       Meteor.users.update(