From cf72bad59aa0b69837e1307cd67567580b7c2685 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 22 Nov 2022 15:44:09 -0600 Subject: [PATCH] cargo fmt --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 9269dbf..f3896e2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -22,12 +22,12 @@ use std::{boxed::Box, sync::RwLock}; #[cfg(any(target_os = "macos", target_os = "ios"))] use cocoa_foundation::base::id; use dyn_clonable::*; -pub use oxilangtag::LanguageTag; use lazy_static::lazy_static; #[cfg(target_os = "macos")] use libc::c_char; #[cfg(target_os = "macos")] use objc::{class, msg_send, sel, sel_impl}; +pub use oxilangtag::LanguageTag; #[cfg(target_os = "linux")] use speech_dispatcher::Error as SpeechDispatcherError; use thiserror::Error;