Skip to content

Commit 13abd9a

Browse files
committed
refactor(test_pr.rs): reorganize imports for better readability
Reordered imports in test_pr.rs to group standard library imports together and move uutests imports to the bottom, improving code organization and readability.
1 parent 58ff1e9 commit 13abd9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/by-util/test_pr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
use jiff::{Timestamp, ToSpan};
88
use regex::Regex;
99
use std::fs::metadata;
10-
use uutests::util::UCommand;
1110
#[cfg(unix)]
1211
use uutests::at_and_ts;
12+
use uutests::util::UCommand;
1313
use uutests::{at_and_ucmd, new_ucmd};
1414

1515
const DATE_TIME_FORMAT_DEFAULT: &str = "%Y-%m-%d %H:%M";

0 commit comments

Comments
 (0)