From 84598bb24188b8c6880999cc7baf03bca9cb6ca7 Mon Sep 17 00:00:00 2001 From: Hans Johnson Date: Fri, 1 May 2026 19:19:58 -0500 Subject: [PATCH] STYLE: Strip trailing blank line in 5.4.6.md release notes `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 #6032, #4221, and #6186, where each had to carry an identical one-character fix. Apply once on `main` to stop the spurious `pre-commit` failures. --- Documentation/docs/releases/5.4.6.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/docs/releases/5.4.6.md b/Documentation/docs/releases/5.4.6.md index a98b9b81e93..069e829d7d9 100644 --- a/Documentation/docs/releases/5.4.6.md +++ b/Documentation/docs/releases/5.4.6.md @@ -226,4 +226,3 @@ We remain dedicated to supporting current users through: #### Enhancements - MINC 2025-02-24 (3b8d9c7e) ([a32b73adbc](https://github.com/InsightSoftwareConsortium/ITK/commit/a32b73adbc)) -