Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bohendo committed Jan 6, 2025
1 parent 653e821 commit d8ffee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slither/tools/mutator/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def main() -> None: # pylint: disable=too-many-statements,too-many-branches,too
# get all the contracts as a list from given codebase
sol_file_list: List[str] = get_sol_file_list(Path(args.codebase), paths_to_ignore_list)

logger.info(blue("Preparing to mutate files:\n- " + '\n- '.join(sol_file_list)))
logger.info(blue("Preparing to mutate files:\n- " + "\n- ".join(sol_file_list)))

# folder where backup files and uncaught mutants are saved
if output_dir is None:
Expand Down

0 comments on commit d8ffee7

Please sign in to comment.