Fix typo error

This commit is contained in:
Anas Elgarhy 2023-02-12 21:38:18 +02:00
parent 5e281169e0
commit 09755d4889
No known key found for this signature in database
GPG key ID: 0501802A1D496528

View file

@ -137,7 +137,7 @@ pub fn process_template_placeholders(template: &String, track: &cmus::Track) ->
} }
#[cfg(test)] #[cfg(test)]
mod tests 4 mod tests {
use super::*; use super::*;
use std::assert_matches::assert_matches; use std::assert_matches::assert_matches;
use std::str::FromStr; use std::str::FromStr;