Skip to content

Commit 6d14180

Browse files
fmt
1 parent 7153e28 commit 6d14180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uucore/src/lib/features/i18n/collator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub fn init_collator(opts: CollatorOptions) {
5454
/// }
5555
/// ```
5656
pub fn init_locale_collation() -> bool {
57-
use crate::i18n::{get_locale_encoding, UEncoding};
57+
use crate::i18n::{UEncoding, get_locale_encoding};
5858

5959
// Check if we need locale-aware collation
6060
if get_locale_encoding() != UEncoding::Utf8 {

0 commit comments

Comments
 (0)