Resolve merge conflict.

This commit is contained in:
Nolan Darilek 2019-03-25 19:21:02 +00:00
parent 3bda7bcff4
commit 071eefbe0e
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ impl TTS {
Backends::Tolk => {
let tts = backends::Tolk::new();
Ok(TTS(Box::new(tts)))
}
},
}
}