Merge branch '14524-run-a-process-white-screen'
[arvados-workbench2.git] / src / store / search-bar / search-bar-actions.ts
index eb4239de7a9b69109e68e149bc589f12b2ec49cb..165392c6c20ef0dc9fef9bdbfe559608529a623a 100644 (file)
@@ -32,7 +32,7 @@ export const searchBarActions = unionize({
     MOVE_UP: ofType<{}>(),
     MOVE_DOWN: ofType<{}>(),
     SELECT_FIRST_ITEM: ofType<{}>()
-}); 
+});
 
 export type SearchBarActions = UnionOf<typeof searchBarActions>;