mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 11:09:37 +00:00
Remove unnecessary return statement.
This commit is contained in:
parent
f5716c48f5
commit
e19e5ef0b7
|
@ -248,7 +248,7 @@ impl Backend for Web {
|
|||
return Ok(());
|
||||
}
|
||||
}
|
||||
return Err(Error::OperationFailed);
|
||||
Err(Error::OperationFailed)
|
||||
} else {
|
||||
Err(Error::NoneError)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user