mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-15 02:42:55 +00:00
clippy
This commit is contained in:
@@ -265,7 +265,7 @@ impl JTalkProcess {
|
||||
|
||||
let data = text.trim().split(' ').map(|x| x.to_string()).collect();
|
||||
|
||||
return Ok(data);
|
||||
Ok(data)
|
||||
}
|
||||
|
||||
fn text_to_seq_kata(&self) -> Result<(Vec<String>, Vec<String>)> {
|
||||
|
||||
Reference in New Issue
Block a user