From 4372908e8487416b93836ba5d926b5cc441cd11a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dorian=20P=C3=A9ron?= Date: Fri, 5 Jan 2024 13:51:28 +0100 Subject: [PATCH] fix: cargo fmt + fix spelling mistake --- tests/by-util/test_ls.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/by-util/test_ls.rs b/tests/by-util/test_ls.rs index 476704660..0162b0170 100644 --- a/tests/by-util/test_ls.rs +++ b/tests/by-util/test_ls.rs @@ -2648,7 +2648,7 @@ fn test_ls_quoting_style_arg_overrides_env_var() { at.touch(at.plus_as_string("bar-2")); // The quoting style given by the env variable should be - // overriden by any escape style provided by argument. + // overridden by any escape style provided by argument. for (arg, correct) in [ ("--quoting-style=literal", "foo-1"), ("-N", "foo-1"), @@ -2684,7 +2684,6 @@ fn test_ls_quoting_style_arg_overrides_env_var() { .succeeds() .stdout_only(format!("{correct}\n")); } - } #[test]