mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-07 04:26:52 +00:00
update end-of-file-fixer message: s/Fixing/Fixed/
This commit is contained in:
parent
67b1980f3e
commit
36df47b046
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ def main(argv: Sequence[str] | None = None) -> int:
|
||||||
with open(filename, 'rb+') as file_obj:
|
with open(filename, 'rb+') as file_obj:
|
||||||
ret_for_file = fix_file(file_obj)
|
ret_for_file = fix_file(file_obj)
|
||||||
if ret_for_file:
|
if ret_for_file:
|
||||||
print(f'Fixing {filename}')
|
print(f'Fixed {filename}')
|
||||||
retv |= ret_for_file
|
retv |= ret_for_file
|
||||||
|
|
||||||
return retv
|
return retv
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue