Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
franktip committed Dec 20, 2024
1 parent b39b29c commit 2a794e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generator/MutantGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class MutantGenerator {
const subDirName =
shortTemplateFileName +
"_" +
this.model.getModelName().replace('/','_') + // avoid slashes in directory names
this.model.getModelName().replace("/", "_") + // avoid slashes in directory names
"_" +
tempAsString;
return subDirName;
Expand Down

0 comments on commit 2a794e5

Please sign in to comment.