Refactor to apply global navigation actions
[arvados-workbench2.git] / src / common / api / common-resource-service.ts
index 2c9bfb51679f16bef721b4499f0cf00181ddc3f4..fe7494b4460faf57ee2b5e47f2691c208961ce76 100644 (file)
@@ -111,6 +111,7 @@ export class CommonResourceService<T extends Resource> {
                 .put<T>(this.resourceType + uuid, data && CommonResourceService.mapKeys(_.snakeCase)(data)));
 
     }
+
 }
 
 export const getCommonResourceServiceError = (errorResponse: any) => {