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
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:
@@ -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(),
|
||||
|
Reference in New Issue
Block a user