From dc1fd027a6ca0f609cf9ba3eb63c6bc75ec9c011 Mon Sep 17 00:00:00 2001 From: ZauJulio Date: Sat, 25 Feb 2023 18:35:35 -0300 Subject: [PATCH] mktemp: fix fmt of test_prefix_template_separator --- tests/by-util/test_mktemp.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/by-util/test_mktemp.rs b/tests/by-util/test_mktemp.rs index dc09204b6..081e4da1b 100644 --- a/tests/by-util/test_mktemp.rs +++ b/tests/by-util/test_mktemp.rs @@ -575,9 +575,7 @@ fn test_template_path_separator() { /// Test that a prefix with a point is valid. #[test] fn test_prefix_template_separator() { - new_ucmd!() - .args(&["-t", TEST_TEMPLATE9]) - .succeeds(); + new_ucmd!().args(&["-t", TEST_TEMPLATE9]).succeeds(); } /// Test that a suffix with a path separator is invalid.