| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
When every import between the package blank and the type blank is removed, collapse one of the stacked blank lines so a single CLI pass stays style-compliant (format-then-fix-imports path).
| Back | FazBrowse Home | New Git URL |
Summary
Fixes #1436.
When unused imports between a package declaration and a class Javadoc/declaration are removed, the blank line that preceded the import block and the blank line that followed it were both left in place. The CLI path formats first and then fixes imports, so those stacked blanks were never re-normalized in the same pass (a second format pass fixed them).
This change:
Test plan