Browse Source

- Fix lint error: tab to spaces.

Thanks to xet7 !
Lauri Ojansivu 6 years ago
parent
commit
d4774d398e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/cards.js

+ 1 - 1
models/cards.js

@@ -1321,7 +1321,7 @@ if (Meteor.isServer) {
           _id: doc._id,
           title: doc.title,
           description: doc.description,
-	  listId: doc.listId,
+          listId: doc.listId,
         };
       }),
     });