20225: Correct cypress test names / add terminal newline (style)
[arvados-workbench2.git] / src / services / collection-service / collection-service-files-response.ts
index b7e1f9c711e3cda968a1f39ffe78bfde7a0d7191..db56e317ff2474932c4d55702884d2f963e91860 100644 (file)
@@ -60,4 +60,4 @@ export const extractFilesData = (document: Document) => {
 
 export const getFileFullPath = ({ name, path }: CollectionFile | CollectionDirectory) => {
     return `${path}/${name}`;
-};
\ No newline at end of file
+};