cargo clippy

This commit is contained in:
Mike Dilger 2024-04-22 10:17:43 +12:00
parent 9253b2699a
commit 58f216b3a2

View File

@ -144,7 +144,7 @@ impl NoteData {
None,
Some(format!(
"ERROR PARSING EMBEDDED EVENT: '{}'",
result.err().unwrap().to_string()
result.err().unwrap()
)),
)
}