Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp-M committed Feb 18, 2024
1 parent 3a30b11 commit b68924e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ use ratatui::Terminal;
use std::io::stdout;

use std::{
collections::HashSet, sync::Arc, time::{Duration, Instant}
collections::HashSet,
sync::Arc,
time::{Duration, Instant},
};
use tracing_subscriber::{fmt::writer::MakeWriterExt, layer::SubscriberExt, Registry};
use xilem_core::{AsyncWake, Id, IdPath, MessageResult};
Expand Down

0 comments on commit b68924e

Please sign in to comment.