Skip to content

Commit

Permalink
chore: applied just r
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Sep 11, 2024
1 parent a3a7128 commit f9547ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/oxc_linter/src/rules/eslint/sort_keys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ impl Rule for SortKeys {

if !self.case_sensitive {
for group in &mut property_groups {

*group = group.iter().map(|s| s.to_lowercase()).collect::<Vec<String>>();
}
}
Expand Down

0 comments on commit f9547ff

Please sign in to comment.