Skip to content

Commit fd28684

Browse files
committed
misc: fmt
1 parent 81b4d5b commit fd28684

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lofty/src/ebml/tag/tag_name.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,4 +249,4 @@ impl From<TagName> for Cow<'static, str> {
249249
TagName::TermsOfUse => Cow::Borrowed("TERMS_OF_USE"),
250250
}
251251
}
252-
}
252+
}

scripts/update-matroska-tags.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def main():
5555
match value {"""
5656
for tag in tags:
5757
file_content += f"\n\t\t\tTagName::{camel_case(tag['name'])} => Cow::Borrowed(\"{tag['name']}\"),"
58-
file_content += "\n\t\t}\n\t}\n}"
58+
file_content += "\n\t\t}\n\t}\n}\n"
5959

6060
with open(TAGNAME_RS, 'w+') as f:
6161
f.write(file_content)

0 commit comments

Comments
 (0)