Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lorbax committed May 3, 2024
1 parent 570a6ff commit a408a50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions benches/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/message-generator/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use std::{
},
vec::Vec,
};
use tracing::{info, error};
use tracing::{error, info};
use tracing_core::{Event, Subscriber};
use tracing_subscriber::{
filter::EnvFilter,
Expand Down

0 comments on commit a408a50

Please sign in to comment.