Run rustfmt
This commit is contained in:
parent
f7b220f933
commit
548a6c0d4d
@ -95,7 +95,7 @@ pub fn search_episodes(terms: Vec<&str>) -> Result<Vec<Episode>, DataError> {
|
||||
|
||||
let mut search_term = "".to_string();
|
||||
for term in terms {
|
||||
search_term.push_str(&format!( "%{}%", term));
|
||||
search_term.push_str(&format!("%{}%", term));
|
||||
}
|
||||
|
||||
episodes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user