From dbafff31e2a479698bcbe5557d27e9f40cf043e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Fri, 9 Aug 2024 15:08:15 +0200 Subject: [PATCH] fix: add missing newline required at end of file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- src/utils/fileUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }