Code formatting
All checks were successful
Rust Build / Check (pull_request) Successful in 26s
Rust Build / Test Suite (pull_request) Successful in 28s
Rust Build / Rustfmt (pull_request) Successful in 23s
Rust Build / Clippy (pull_request) Successful in 27s
Rust Build / build (pull_request) Successful in 29s

This commit is contained in:
2025-06-20 20:53:46 -04:00
parent 3087ec05ce
commit 96608efa2d

View File

@@ -222,9 +222,7 @@ pub mod metadata {
match vb.save_to_path(filepath, lofty::config::WriteOptions::default())
{
Ok(_) => {
Ok(value.to_owned())
}
Ok(_) => Ok(value.to_owned()),
Err(err) => Err(std::io::Error::new(
std::io::ErrorKind::InvalidData,
err.to_string(),