Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Dec 19, 2024
1 parent 7eeb19c commit af95e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/experimental/src/displaynames/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ mod displaynames;
mod options;
pub mod provider;

pub use displaynames::DisplayNamesPreferences;
pub use displaynames::LanguageDisplayNames;
pub use displaynames::LocaleDisplayNamesFormatter;
pub use displaynames::RegionDisplayNames;
pub use displaynames::ScriptDisplayNames;
pub use displaynames::VariantDisplayNames;
pub use displaynames::DisplayNamesPreferences;
pub use options::DisplayNamesOptions;
pub use options::Fallback;
pub use options::LanguageDisplay;
Expand Down

0 comments on commit af95e5f

Please sign in to comment.