Skip to content

Commit 4a26e35

Browse files
committed
chore: fmt pass on new code
1 parent eaa6ee8 commit 4a26e35

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ui/analysis/mod.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
use std::{path::PathBuf, sync::Arc};
22

33
use egui::{
4-
style::Widgets, Align, Color32, Direction, Frame, Label, Layout, Margin, RichText, Ui, Vec2b, Visuals
4+
style::Widgets, Align, Color32, Direction, Frame, Label, Layout, Margin, RichText, Ui, Vec2b,
5+
Visuals,
56
};
67
use egui_dropdown::DropDownBox;
78
use egui_plot::{Legend, Line, PlotPoints, Points};
@@ -119,7 +120,7 @@ impl<'file> TelemetryAnalysisApp<'file> {
119120
.filter_by_input(false),
120121
);
121122
}
122-
123+
123124
if let Some(selected_session) = self
124125
.data
125126
.as_ref()

0 commit comments

Comments
 (0)