Skip to content

Commit 38008af

Browse files
committed
Fixed formatting, moved import to local scope
1 parent 9bf6fc8 commit 38008af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/by-util/test_od.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
use std::io::Read;
1010
#[cfg(target_os = "linux")]
1111
use std::path::Path;
12-
use regex::Regex;
1312

1413
use unindent::unindent;
1514
use uutests::util::TestScenario;
@@ -1348,6 +1347,7 @@ fn test_write_error_dev_full() {
13481347
#[test]
13491348
#[cfg(target_os = "linux")]
13501349
fn test_hex_lowercase() {
1350+
use regex::Regex;
13511351
// Test verifies that the output hex byte offset is in lowercase
13521352
new_ucmd!()
13531353
.arg("-Ax")

0 commit comments

Comments
 (0)