Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Sep 8, 2024
1 parent 5216074 commit d32711b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/plurals/src/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
use crate::rules::runtime::ast::Rule;
use crate::{PluralCategory, PluralElements, PluralOperands, PluralRules};
use alloc::borrow::{Cow, ToOwned};
use alloc::vec::Vec;
use alloc::boxed::Box;
use alloc::vec::Vec;
use core::fmt;
use core::marker::PhantomData;
use icu_provider::prelude::*;
Expand Down

0 comments on commit d32711b

Please sign in to comment.