go-delve / delve

Delve is a debugger for the Go programming language.
MIT License
22.37k stars 2.13k forks source link

*: remove redundant lines at the start/end of block #3730

Closed alexandear closed 1 month ago

alexandear commented 1 month ago

This PR removes excessive empty lines at the start and end of a block. They can be deleted without harming readability.