Skip to content

Remove unnecessary consecutive empty lines in csharp.md#5503

Open
superyyrrzz wants to merge 1 commit intoadambard:masterfrom
superyyrrzz:docs/remove-consecutive-empty-lines-csharp
Open

Remove unnecessary consecutive empty lines in csharp.md#5503
superyyrrzz wants to merge 1 commit intoadambard:masterfrom
superyyrrzz:docs/remove-consecutive-empty-lines-csharp

Conversation

@superyyrrzz
Copy link
Copy Markdown
Contributor

Summary

Removed 6 unnecessary consecutive blank lines in csharp.md that made code snippets harder to read.

Each instance had 2+ blank lines in a row, reduced to a single blank line while preserving logical section separation.

Changes

  • Line ~643: Removed 2 extra blank lines after foreach loop
  • Line ~660: Removed extra blank line before DELEGATES AND EVENTS section
  • Line ~696: Removed extra blank line before event subscription code
  • Line ~707: Removed extra blank line before Class Declaration section
  • Line ~904: Removed extra blank line before end of Bicycle class

No functional or content changes — purely whitespace cleanup.

Removed 6 consecutive blank lines throughout the file that made the
code snippets harder to read. Each instance had 2+ blank lines reduced
to a single blank line, preserving logical section separation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant