Skip to content

Commit ac07e21

Browse files
committed
Fix rustfmt import order to satisfy pre-commit checks
1 parent 2ed39c0 commit ac07e21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/widgets/terminal_combo_row.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ mod tests {
224224
use super::*;
225225
use crate::backends::supported_terminals::Terminal;
226226
use crate::fakers::NullCommandRunnerBuilder;
227-
use std::panic::{AssertUnwindSafe, catch_unwind};
228227
use std::future::pending;
228+
use std::panic::{AssertUnwindSafe, catch_unwind};
229229

230230
#[gtk::test]
231231
fn test_selection_notify_does_not_overwrite_non_empty_setting_while_terminals_loading() {

0 commit comments

Comments
 (0)