Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Oct 11, 2023
1 parent 21b80e6 commit a397c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/core/src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ impl From<&Locale> for DataLocale {
Self {
langid: locale.id.clone(),
keywords: locale.extensions.unicode.keywords.clone(),
aux
aux,
}
}
}
Expand Down

0 comments on commit a397c90

Please sign in to comment.