Skip to content

Commit d32711b

Browse files
committed
fmt
1 parent 5216074 commit d32711b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/plurals/src/provider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
use crate::rules::runtime::ast::Rule;
1919
use crate::{PluralCategory, PluralElements, PluralOperands, PluralRules};
2020
use alloc::borrow::{Cow, ToOwned};
21-
use alloc::vec::Vec;
2221
use alloc::boxed::Box;
22+
use alloc::vec::Vec;
2323
use core::fmt;
2424
use core::marker::PhantomData;
2525
use icu_provider::prelude::*;

0 commit comments

Comments
 (0)