Merge branch 'master' into 14452-my-account
[arvados-workbench2.git] / src / store / auth / auth-action.ts
index e1b36f823e3f1082952a00abad459567c56e948b..0ec39ebc8d7cf475e04099176d733a37589f859d 100644 (file)
@@ -161,5 +161,4 @@ export const loadSshKeysPanel = () =>
         }
     };
 
-
 export type AuthAction = UnionOf<typeof authActions>;