From 7b7a26bee57146dbb2e59d9c5bc1963fbd1bf7a8 Mon Sep 17 00:00:00 2001 From: Elisha Hollander Date: Mon, 18 Sep 2023 11:15:04 +0300 Subject: [PATCH] remove redundant whitespace --- src/tools/tidy/src/style.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/tidy/src/style.rs b/src/tools/tidy/src/style.rs index 5e3aa28ed94d9..129bd260c87a9 100644 --- a/src/tools/tidy/src/style.rs +++ b/src/tools/tidy/src/style.rs @@ -596,4 +596,4 @@ pub fn check(path: &Path, bad: &mut bool) { let _unused = skip_line_length; let _unused = skip_file_length; }) - } +}