From 111e4d8478e79f578ae20a72c951b614ba81ef86 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 3 Oct 2018 16:39:16 +0300 Subject: - Fix lint error: whitespace. Thanks to xet7 ! --- client/components/main/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/main/editor.js b/client/components/main/editor.js index 695c2e84..20ece562 100755 --- a/client/components/main/editor.js +++ b/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); -- cgit v1.2.3-1-g7c22