Skip to content

Commit 4110581

Browse files
authored
format
1 parent 2e8bbe7 commit 4110581

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/tools/tidy/src/style.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,7 @@ fn generate_problematic_strings(
123123
}
124124

125125
static PROBLEMATIC_CONSTS_STRINGS: LazyLock<Vec<String>> = LazyLock::new(|| {
126-
generate_problematic_strings(
127-
ROOT_PROBLEMATIC_CONSTS,
128-
&LETTER_DIGIT.iter().cloned().collect(),
129-
)
126+
generate_problematic_strings(ROOT_PROBLEMATIC_CONSTS, &LETTER_DIGIT.iter().cloned().collect())
130127
});
131128

132129
fn contains_problematic_const(trimmed: &str) -> bool {

0 commit comments

Comments
 (0)