Skip to content

Commit 149d5bd

Browse files
committed
removed trailing whitespace
Signed-off-by: marinamoore <[email protected]>
1 parent e7a49a8 commit 149d5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuf/client/updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@ def _get_metadata_file(self, metadata_role, remote_filename,
15001500
code_spec_version_split = tuf.SPECIFICATION_VERSION.split('.')
15011501
code_spec_major_version = int(code_spec_version_split[0])
15021502
code_spec_minor_version = int(code_spec_version_split[1])
1503-
1503+
15041504
if metadata_spec_major_version != code_spec_major_version:
15051505
raise tuf.exceptions.UnsupportedSpecificationError(
15061506
'Downloaded metadata that specifies an unsupported '

0 commit comments

Comments
 (0)