Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
teddemunnik committed Sep 29, 2024
1 parent 1498e4f commit 31c0616
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion profiling/examples/simple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ fn main() {
{
use tracing_subscriber::layer::SubscriberExt;
tracing::subscriber::set_global_default(
tracing_subscriber::registry().with(tracing_tracy::TracyLayer::default()))
tracing_subscriber::registry().with(tracing_tracy::TracyLayer::default()),
)
.unwrap();
}

Expand Down

0 comments on commit 31c0616

Please sign in to comment.