Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
devTobbe committed Sep 13, 2024
1 parent fd37ef6 commit b76f79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fileParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function parseFile(fileContent: string, preset: string): string {
default:
throw new Error(
"Unsupported file format. Please provide files in formats: " +
Object.keys(Parsers).join(", "),
Object.keys(Parsers).join(", ")
);
}
}

0 comments on commit b76f79c

Please sign in to comment.