Skip to content

Commit

Permalink
remove spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Dec 18, 2024
1 parent b0cf8cf commit bf0be14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/katana/src/cli/init/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ where
.await;

match result {
Ok(addr) => sp.success(&format!("Deployment successful ( {addr} )")),
Ok(addr) => sp.success(&format!("Deployment successful ({addr})")),
Err(..) => sp.fail("Deployment failed"),
}
result
Expand Down

0 comments on commit bf0be14

Please sign in to comment.