Skip to content

Commit cd52336

Browse files
author
bohendo
committed
reformat via black
1 parent ca1296e commit cd52336

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

crytic_compile/platform/solc.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,8 @@ def _run_solcs_path(
631631

632632
if not targets_json:
633633
raise InvalidCompilation(
634-
"Invalid solc compilation, none of the solc versions provided worked:\n" + "\n".join(compilation_errors)
634+
"Invalid solc compilation, none of the solc versions provided worked:\n"
635+
+ "\n".join(compilation_errors)
635636
)
636637

637638
return targets_json
@@ -718,7 +719,8 @@ def _run_solcs_env(
718719

719720
if not targets_json:
720721
raise InvalidCompilation(
721-
"Invalid solc compilation, none of the solc versions provided worked:\n" + "\n".join(compilation_errors)
722+
"Invalid solc compilation, none of the solc versions provided worked:\n"
723+
+ "\n".join(compilation_errors)
722724
)
723725

724726
return targets_json

0 commit comments

Comments
 (0)