Skip to content

Commit

Permalink
fmt: Fix whitespace to help rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed May 2, 2024
1 parent 7fa2e40 commit 48e0890
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lofty/src/id3/v2/tag.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1167,13 +1167,13 @@ impl SplitTag for Id3v2Tag {
item_key.clone(),
ItemValue::Text(c.to_string()),
);

item.set_lang(*language);

if *description != EMPTY_CONTENT_DESCRIPTOR {
item.set_description(std::mem::take(description));
}

tag.items.push(item);
}
return FRAME_CONSUMED;
Expand Down

0 comments on commit 48e0890

Please sign in to comment.