Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Aug 15, 2024
1 parent 67c08f7 commit 9a83de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/network/container/start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ impl Runner {
|| status.contains("Digest")
|| status.contains("Status")
{
self.print.infoln(format!("{}", status));
self.print.infoln(status);
}
}
}
Expand Down

0 comments on commit 9a83de4

Please sign in to comment.