From e17809d4cc34b9c7ddea1bf146cf43551b45bbc9 Mon Sep 17 00:00:00 2001 From: mattsu Date: Mon, 23 Feb 2026 09:30:28 +0900 Subject: [PATCH] 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. --- src/uu/touch/src/touch.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uu/touch/src/touch.rs b/src/uu/touch/src/touch.rs index c9cf62ae0..05b1dc87b 100644 --- a/src/uu/touch/src/touch.rs +++ b/src/uu/touch/src/touch.rs @@ -972,5 +972,4 @@ mod tests { assert_eq!(actual_atime, atime); assert_eq!(actual_mtime, mtime); } - }