Fixed formatting, moved import to local scope

This commit is contained in:
max-amb
2026-05-07 01:22:39 +01:00
parent 9bf6fc88b7
commit 38008af9fe
+1 -1
View File
@@ -9,7 +9,6 @@
use std::io::Read;
#[cfg(target_os = "linux")]
use std::path::Path;
use regex::Regex;
use unindent::unindent;
use uutests::util::TestScenario;
@@ -1348,6 +1347,7 @@ fn test_write_error_dev_full() {
#[test]
#[cfg(target_os = "linux")]
fn test_hex_lowercase() {
use regex::Regex;
// Test verifies that the output hex byte offset is in lowercase
new_ucmd!()
.arg("-Ax")