Skip to content

Commit

Permalink
fix: remove a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Umatriz committed Aug 20, 2024
1 parent 482520b commit c294b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/client/src/subscriber.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::sync::Arc;

use eframe::egui::{self, text::LayoutJob, text_selection::LabelSelectionState, Color32, Id, Sense, TextFormat, Vec2};
use eframe::egui::{self, text::LayoutJob, text_selection::LabelSelectionState, Color32, Id, Sense, TextFormat};
use parking_lot::Mutex;
use time::{format_description, OffsetDateTime};
use tracing::{
Expand Down

0 comments on commit c294b8d

Please sign in to comment.