Skip to content

Commit 7bb3f26

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d4d3c8d commit 7bb3f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre_commit_hooks/add_license_header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def main(argv: Sequence[str] | None = None) -> int:
5858
load_fn = LOAD_FNS[Key(multi=args.multi, unsafe=args.unsafe)]
5959

6060
retval = 0
61-
println("add_license_header.py")
61+
println('add_license_header.py')
6262
return retval
6363

6464

0 commit comments

Comments
 (0)