瀏覽代碼

- Fix lint error: whitespace.

Thanks to xet7 !
Lauri Ojansivu 6 年之前
父節點
當前提交
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);