mirror of
https://github.com/yamadashy/repomix.git
synced 2026-05-30 11:18:53 +02:00
style(core): Add missing newline at end of fileManipulate.ts
Fixed formatting issue identified by Biome linter to ensure consistent code style across the project.
This commit is contained in:
@@ -367,4 +367,4 @@ const manipulators: Record<string, FileManipulator> = {
|
||||
export const getFileManipulator = (filePath: string): FileManipulator | null => {
|
||||
const ext = path.extname(filePath);
|
||||
return manipulators[ext] || null;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user