浏览代码

fixed linting error

amadilsons 8 年之前
父节点
当前提交
e03f2102de
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/components/cards/checklists.js

+ 1 - 1
client/components/cards/checklists.js

@@ -113,7 +113,7 @@ BlazeComponent.extendComponent({
       this.toggleDeleteDialog.set(false);
     }
   },
-  
+
   deleteItem() {
     const checklist = this.currentData().checklist;
     const item = this.currentData().item;