Skip to content

Commit cd7e7fb

Browse files
committed
run +nightly formatter
1 parent ef75696 commit cd7e7fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/screen/dashboard.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ use self::pane::Pane;
3030
use self::sidebar::Sidebar;
3131
use self::theme_editor::ThemeEditor;
3232
use crate::buffer::{self, Buffer};
33-
use crate::filehost;
3433
use crate::widget::{
3534
Column, Element, Row, anchored_overlay, context_menu, selectable_text,
3635
shortcut,
3736
};
3837
use crate::window::Window;
3938
use crate::{
40-
Theme, event, notification, open_url, platform_specific, theme, window,
39+
Theme, event, filehost, notification, open_url, platform_specific, theme,
40+
window,
4141
};
4242

4343
mod command_bar;

0 commit comments

Comments
 (0)