diff --git a/src/utils/fileUtils.ts b/src/utils/fileUtils.ts index 62a9fce84..8ff7cf396 100644 --- a/src/utils/fileUtils.ts +++ b/src/utils/fileUtils.ts @@ -144,4 +144,4 @@ function getDavPath({ filename, basename, source = '' }: { filename: string, bas return getRootPath() + encodePath(filename) } -export { extractFilePaths, sortCompare, genFileInfo, getDavPath } \ No newline at end of file +export { extractFilePaths, sortCompare, genFileInfo, getDavPath }