Fix minor linting errors in modules/actions

This commit is contained in:
Kushan Joshi
2016-06-14 18:52:48 +05:30
parent 092e7be197
commit ff1ee79f6e
16 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -34,4 +34,4 @@ export function DeleteNode(nodeId) {
};
return action;
};
}