Skip to content

Commit

Permalink
Add a space between words
Browse files Browse the repository at this point in the history
This closes #1274.
  • Loading branch information
pirapira committed Oct 30, 2019
1 parent d98b98b commit 940f375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raiden_contracts/deploy/contract_verifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def verify_deployed_contracts_in_filesystem(self) -> None:

if self.verify_deployment_data(deployment_data):
print(
f"Deployment info from {deployment_file_path} has been verified"
f"Deployment info from {deployment_file_path} has been verified "
"and it is CORRECT."
)

Expand Down

0 comments on commit 940f375

Please sign in to comment.