Skip to content

Commit aeba9ed

Browse files
authored
format style.rs
1 parent 9e6304d commit aeba9ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/tidy/src/style.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ fn generate_problematic_strings(
126126

127127
static PROBLEMATIC_CONSTS_STRINGS: LazyLock<Vec<String>> = LazyLock::new(|| {
128128
generate_problematic_strings(
129-
ROOT_PROBLEMATIC_CONSTS,
130-
&FxHashMap::from_iter(LETTER_DIGIT.iter().copied()),
129+
ROOT_PROBLEMATIC_CONSTS,
130+
&FxHashMap::from_iter(LETTER_DIGIT.iter().copied()),
131131
)
132132
});
133133

0 commit comments

Comments
 (0)