1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-27 08:09:38 +00:00

cargo fmt

This commit is contained in:
Nolan Darilek 2020-08-24 16:46:57 -05:00
parent 1507527175
commit d3ffd5078f
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ impl Backend for AppKit {
rate: true,
volume: true,
is_speaking: true,
..Default::default(),
..Default::default()
}
}

View File

@ -22,7 +22,7 @@ impl Backend for Tolk {
fn supported_features(&self) -> Features {
Features {
stop: true,
..Default::default(),
..Default::default()
}
}