From d8ffee751a3f48e40f419058d58fd1cdbafa27df Mon Sep 17 00:00:00 2001 From: bohendo Date: Mon, 6 Jan 2025 12:02:31 -0500 Subject: [PATCH] fix formatting --- slither/tools/mutator/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slither/tools/mutator/__main__.py b/slither/tools/mutator/__main__.py index c5c0cfd76..8f697aecf 100644 --- a/slither/tools/mutator/__main__.py +++ b/slither/tools/mutator/__main__.py @@ -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: