Skip to content

Commit f3940f1

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hooks/post_gen_project.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ def generate_license() -> None:
3939
encoding='utf8',
4040
) as license_file:
4141
license_file.write(
42-
license_result.strip()
42+
license_result
43+
.strip()
4344
.replace(' \n ', ' \n')
4445
.replace('\n \n', '\n\n'),
4546
)

0 commit comments

Comments
 (0)