From e0df456edba095dc491e7a42eaffb65c7ca9ac10 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 26 Sep 2023 20:24:08 +0000 Subject: [PATCH] Fmt. --- benchmark/src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/src/app.rs b/benchmark/src/app.rs index cbc0bb17..49654c1b 100644 --- a/benchmark/src/app.rs +++ b/benchmark/src/app.rs @@ -6,7 +6,7 @@ use tokio::sync::mpsc; use tui::backend::Backend; use tui::layout::{Alignment, Constraint, Direction, Layout}; use tui::style::{Color, Modifier, Style}; -use tui::text::{Span, Line}; +use tui::text::{Line, Span}; use tui::widgets::{ Axis, BarChart, Block, Borders, Chart, Dataset, Gauge, GraphType, Paragraph, Tabs, };