Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyes-ced committed Dec 8, 2023
1 parent 798c662 commit b37571a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use chrono::prelude::*;
use ratatui::{backend::Backend, Terminal};

use crate::{
cli::{Opt, RenderOpts, HostFilter},
cli::{HostFilter, Opt, RenderOpts},
display::{
components::{HeaderDetails, HelpText, Layout, Table},
UIState,
Expand Down

0 comments on commit b37571a

Please sign in to comment.