Skip to content

Commit c918f4c

Browse files
marioevzlightclient
authored andcommitted
Format
1 parent 1f86366 commit c918f4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/evm_transition_tool/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ def calc_withdrawals_root(self, withdrawals: Any, fork: str) -> str:
112112
withdrawals_root = result.get("withdrawalsRoot")
113113
if withdrawals_root is None:
114114
raise Exception(
115-
"Unable to calculate withdrawals root:"
115+
"Unable to calculate withdrawals root: "
116116
+ "no value returned from transition tool"
117117
)
118118
if withdrawals_root is not str:
119119
raise Exception(
120-
"Unable to calculate withdrawals root:"
120+
"Unable to calculate withdrawals root: "
121121
+ "incorrect type returned from transition tool"
122122
)
123123
return withdrawals_root

0 commit comments

Comments
 (0)