Преглед изворни кода

- Fix lint error: whitespace.

Thanks to xet7 !
Lauri Ojansivu пре 7 година
родитељ
комит
111e4d8478
1 измењених фајлова са 1 додато и 1 уклоњено
  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){
       member.username = u.username;
     }
-    return member;    
+    return member;
   });
   const mentionRegex = /\B@([\w.]*)/gi;
   let content = Blaze.toHTML(view.templateContentBlock);