mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
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:
@@ -972,5 +972,4 @@ mod tests {
|
||||
assert_eq!(actual_atime, atime);
|
||||
assert_eq!(actual_mtime, mtime);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user