Merge branch '14500_admin_api_tokens'
[arvados-workbench2.git] / src / store / auth / auth-action.ts
index 4ed348751faa6a516eb07bcf3cb2c18688534e01..1e2620e48c790838e87d76ee0ab45317170e3a5f 100644 (file)
@@ -161,5 +161,4 @@ export const loadSshKeysPanel = () =>
         }
     };
 
-
 export type AuthAction = UnionOf<typeof authActions>;