Remove trailing whitespace from touch.rs test module

This commit removes a trailing newline at the end of the test module in src/uu/touch/src/touch.rs to maintain consistent code formatting and eliminate unnecessary whitespace.
This commit is contained in:
mattsu
2026-02-23 09:30:28 +09:00
committed by Sylvestre Ledru
parent 485b026094
commit e17809d4cc
-1
View File
@@ -972,5 +972,4 @@ mod tests {
assert_eq!(actual_atime, atime);
assert_eq!(actual_mtime, mtime);
}
}