diff --git a/src/core/file/fileManipulate.ts b/src/core/file/fileManipulate.ts index a1831782..ee3ec92a 100644 --- a/src/core/file/fileManipulate.ts +++ b/src/core/file/fileManipulate.ts @@ -367,4 +367,4 @@ const manipulators: Record = { export const getFileManipulator = (filePath: string): FileManipulator | null => { const ext = path.extname(filePath); return manipulators[ext] || null; -}; \ No newline at end of file +};