From a281d74e5ccd7ecc8b2b6778f430674223067f87 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 14 Oct 2020 03:51:08 -0500 Subject: [PATCH] Whitespace fix. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 46ad4c8..6e9ce86 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -477,6 +477,7 @@ impl TTS { Err(Error::UnsupportedFeature) } } + /** * Called when this speech synthesizer is stopped and still has utterances in its queue. */