Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Sep 23, 2024
1 parent 7f459b8 commit 64033be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/omdb/src/bin/omdb/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2986,7 +2986,7 @@ async fn cmd_db_instance_info(
)
);
}

println!("\n{:=<80}", "== INSTANCE ");
println!(" {ID:>WIDTH$}: {}", instance.id());
println!(" {PROJECT_ID:>WIDTH$}: {}", instance.project_id);
Expand Down

0 comments on commit 64033be

Please sign in to comment.