Browse Source

- Fix lint error: whitespace.

Thanks to xet7 !
Lauri Ojansivu 6 years ago
parent
commit
111e4d8478
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/main/editor.js

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

@@ -42,7 +42,7 @@ Blaze.Template.registerHelper('mentions', new Template('mentions', function() {
     if(u){
     if(u){
       member.username = u.username;
       member.username = u.username;
     }
     }
-    return member;    
+    return member;
   });
   });
   const mentionRegex = /\B@([\w.]*)/gi;
   const mentionRegex = /\B@([\w.]*)/gi;
   let content = Blaze.toHTML(view.templateContentBlock);
   let content = Blaze.toHTML(view.templateContentBlock);