Merge branch '17691-relax-add-ssh-validation' into main. Closes #17691
[arvados-workbench2.git] / src / models / collection-file.ts
index 97afcac6ca70d4f5d7fc0f8f005e980b3597d7eb..3951d272ee8f3d046c96036be440fef8187f9e91 100644 (file)
@@ -66,7 +66,6 @@ export const createCollectionFilesTree = (data: Array<CollectionDirectory | Coll
             selected: false,
             expanded: false,
             status: TreeNodeStatus.INITIAL
-
         })(tree), createTree<CollectionDirectory | CollectionFile>());
 };