Formatting

This commit is contained in:
Falk David
2024-10-18 18:10:31 +02:00
parent 1906446716
commit f1a92ea4dd

View File

@@ -141,8 +141,8 @@ class Library:
# Add exception indicator in the name.
name += library_license.get_exception_suffix(self.exception)
raw_data = (
f'| {name} '
f'| {version} '
f'| {name} '
f'| {version} '
)
if not library_license.copyright_exemption: