Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Sep 3, 2024
1 parent f6e899d commit 142f1bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cockroach-admin/src/cockroach_cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,7 @@ mod tests {
//
// This is to help debug test flakes like
// https://github.com/oxidecomputer/omicron/issues/6506.
async fn exec_command_logging_output(
command: &mut Command,
) -> String {
async fn exec_command_logging_output(command: &mut Command) -> String {
let command_str = command
.as_std()
.get_args()
Expand Down

0 comments on commit 142f1bd

Please sign in to comment.