Skip to content

Commit 85c641a

Browse files
committed
Remove stray space
1 parent 7635cbc commit 85c641a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolshed/check_spdx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def main(args):
3838
returncode = 0
3939
for filepath in args:
4040
if not ignore_spec.match_file(filepath) and not has_spdx_or_is_empty(filepath):
41-
print(f"MISSING {EXPECTED_SPDX_STR} {filepath!r}")
41+
print(f"MISSING {EXPECTED_SPDX_STR}{filepath!r}")
4242
returncode = 1
4343
return returncode
4444

0 commit comments

Comments
 (0)