Skip to content

STYLE: Strip trailing blank line in 5.4.6.md release notes#6187

Closed
hjmjohnson wants to merge 1 commit intoInsightSoftwareConsortium:mainfrom
hjmjohnson:fix-5.4.6-eof
Closed

STYLE: Strip trailing blank line in 5.4.6.md release notes#6187
hjmjohnson wants to merge 1 commit intoInsightSoftwareConsortium:mainfrom
hjmjohnson:fix-5.4.6-eof

Conversation

@hjmjohnson
Copy link
Copy Markdown
Member

One-character fix to Documentation/docs/releases/5.4.6.md so the end-of-file-fixer pre-commit hook stops flagging every rebased PR. Already inlined into #6032, #4221, and #6186; merging this lets those drop the duplicate fixup.

Repro
$ pre-commit run end-of-file-fixer --files Documentation/docs/releases/5.4.6.md
fix end of files.........................................................Failed
- hook id: end-of-file-fixer
- files were modified by this hook

Trailing line 229 is a stray empty line; end-of-file-fixer strips it.

`Documentation/docs/releases/5.4.6.md` carries a trailing empty line
that the `end-of-file-fixer` pre-commit hook flags every time a PR
rebases onto current `main`.  Affected at least PRs InsightSoftwareConsortium#6032, InsightSoftwareConsortium#4221, and
InsightSoftwareConsortium#6186, where each had to carry an identical one-character fix.  Apply
once on `main` to stop the spurious `pre-commit` failures.
@github-actions github-actions Bot added type:Style Style changes: no logic impact (indentation, comments, naming) area:Documentation Issues affecting the Documentation module labels May 2, 2026
@hjmjohnson
Copy link
Copy Markdown
Member Author

Closing — superseded by #6032 (just merged), which included the identical 5.4.6.md EOF fix in its squashed commit. Rebase onto current main drops this PR's only commit as already-upstream.

@hjmjohnson hjmjohnson closed this May 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:Documentation Issues affecting the Documentation module type:Style Style changes: no logic impact (indentation, comments, naming)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant