diff options
| author | Elisha Hollander <just4now666666@gmail.com> | 2023-09-18 11:15:04 +0300 |
|---|---|---|
| committer | donno2048 <just4now666666@gmail.com> | 2024-04-16 22:19:58 +0000 |
| commit | 7b7a26bee57146dbb2e59d9c5bc1963fbd1bf7a8 (patch) | |
| tree | eb9dd59d277d410de056f8a739e9831f28469edb | |
| parent | 586d9d6dafc4d3f15c7feefafc02d5b63f4712c8 (diff) | |
| download | rust-7b7a26bee57146dbb2e59d9c5bc1963fbd1bf7a8.tar.gz rust-7b7a26bee57146dbb2e59d9c5bc1963fbd1bf7a8.zip | |
remove redundant whitespace
| -rw-r--r-- | src/tools/tidy/src/style.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/style.rs b/src/tools/tidy/src/style.rs index 5e3aa28ed94..129bd260c87 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; }) - } +} |
