21128: Merge branch 'main' into 21128-toolbar-context-menu
[arvados-workbench2.git] / src / store / tree-picker / tree-picker-actions.test.ts
index 9622282c4fcb02414401006eb3e357b9b2569d22..7a55503e20f7b2968ea05b3678591a58e262f1bd 100644 (file)
@@ -23,10 +23,7 @@ describe('tree-picker-actions', () => {
 
     let store: RootStore;
     let services: ServiceRepository;
-    const config: any = {
-
-
-    };
+    const config: any = {};
     const actions: ApiActions = {
         progressFn: (id: string, working: boolean) => { },
         errorFn: (id: string, message: string) => { }