Set tslint semicolon rule and aply it to the project
[arvados.git] / src / services / project-service / project-service.ts
index 9350dabdc4894f7ef4ebecb3105da204a0a98f14..939799d2dd62c80b37b9dfd1c81743043c894125 100644 (file)
@@ -53,5 +53,5 @@ export default class ProjectService {
             dispatch(actions.PROJECTS_SUCCESS({projects, parentItemId: parentUuid}));
             return projects;
         });
-    };
+    }
 }