Fix rustfmt error.

This commit is contained in:
Nolan Darilek 2022-01-10 11:10:18 -06:00
parent 050b97fde1
commit 1e1c04d4e5
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ use libc::c_char;
#[cfg(target_os = "macos")]
use objc::{class, msg_send, sel, sel_impl};
#[cfg(target_os = "linux")]
use speech_dispatcher::{Error as SpeechDispatcherError};
use speech_dispatcher::Error as SpeechDispatcherError;
use thiserror::Error;
#[cfg(all(windows, feature = "tolk"))]
use tolk::Tolk;