Set tslint semicolon rule and aply it to the project
[arvados.git] / src / store / auth / auth-reducer.ts
index 57a17ae53cfbb45f9c69529ad34d866771b0f215..3fd7044205854574f125202050f009ebf45189c5 100644 (file)
@@ -11,7 +11,7 @@ import { UserDetailsResponse } from "../../services/auth-service/auth-service";
 export interface AuthState {
     user?: User;
     apiToken?: string;
-};
+}
 
 const authReducer = (state: AuthState = {}, action: AuthAction) => {
     return actions.match(action, {