mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 11:09:37 +00:00
cargo fmt
This commit is contained in:
parent
1507527175
commit
d3ffd5078f
|
@ -97,7 +97,7 @@ impl Backend for AppKit {
|
|||
rate: true,
|
||||
volume: true,
|
||||
is_speaking: true,
|
||||
..Default::default(),
|
||||
..Default::default()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ impl Backend for Tolk {
|
|||
fn supported_features(&self) -> Features {
|
||||
Features {
|
||||
stop: true,
|
||||
..Default::default(),
|
||||
..Default::default()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user