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 a10b0a0 commit f93b119
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;

Check warning on line 269 in bin/katana/src/cli/init/mod.rs

View check run for this annotation

Codecov / codecov/patch

bin/katana/src/cli/init/mod.rs#L267-L269

Added lines #L267 - L269 were not covered by tests

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

Check warning on line 273 in bin/katana/src/cli/init/mod.rs

View check run for this annotation

Codecov / codecov/patch

bin/katana/src/cli/init/mod.rs#L271-L273

Added lines #L271 - L273 were not covered by tests
}
result
Expand Down

0 comments on commit f93b119

Please sign in to comment.