Skip to content

Commit 9108ea0

Browse files
committed
Rationalise imports
1 parent 0c82a7c commit 9108ea0

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

src/bin/thag_mintty_add_theme.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ use std::{
2121
};
2222

2323
#[cfg(target_os = "windows")]
24-
use thag_styling::{file_navigator, themed_inquire_config, Styleable};
25-
26-
use thag_styling::{auto_help, help_system::check_help_and_exit};
24+
use thag_styling::{
25+
auto_help, file_navigator, help_system::check_help_and_exit, themed_inquire_config, Styleable,
26+
};
2727

2828
#[cfg(target_os = "windows")]
2929
file_navigator! {}

src/bin/thag_winterm_add_theme.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ use std::{
2121
};
2222

2323
#[cfg(target_os = "windows")]
24-
use thag_styling::{file_navigator, themed_inquire_config, Styleable, Theme};
25-
26-
use thag_styling::{auto_help, help_system::check_help_and_exit};
24+
use thag_styling::{
25+
auto_help, file_navigator, help_system::check_help_and_exit, themed_inquire_config, Styleable,
26+
Theme,
27+
};
2728

2829
#[cfg(target_os = "windows")]
2930
file_navigator! {}

0 commit comments

Comments
 (0)