Skip to content

Commit

Permalink
fix: add missing newline required at end of file
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv authored Aug 9, 2024
1 parent db4314c commit dbafff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/fileUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ function getDavPath({ filename, basename, source = '' }: { filename: string, bas
return getRootPath() + encodePath(filename)
}

export { extractFilePaths, sortCompare, genFileInfo, getDavPath }
export { extractFilePaths, sortCompare, genFileInfo, getDavPath }

0 comments on commit dbafff3

Please sign in to comment.