[PR #19411] chore: Remove extra semicolons from Equals method implementations #31830

Open
opened 2026-01-31 09:49:50 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/19411

State: closed
Merged: Yes


Summary of the Pull Request

Removes unnecessary extra semicolons at the end of Equals method implementations in various ActionArgs classes.

References and Relevant Issues

Closes #19404

Detailed Description of the Pull Request / Additional comments

This pull request addresses code style and static analysis warnings by removing stray semicolons after the closing braces of Equals methods. These extra semicolons do not affect runtime but trigger warnings and fail strict code style checks.

Validation Steps Performed

  • Code compiles successfully (if CI passes, that validates the change).
  • No functional changes; this is a code cleanup.

PR Checklist

  • Closes #19404

  • Tests added/passed (N/A - No functional change)

  • Documentation updated (N/A)

  • Schema updated (if necessary) (N/A)

**Original Pull Request:** https://github.com/microsoft/terminal/pull/19411 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request Removes unnecessary extra semicolons at the end of `Equals` method implementations in various ActionArgs classes. ## References and Relevant Issues Closes #19404 ## Detailed Description of the Pull Request / Additional comments This pull request addresses code style and static analysis warnings by removing stray semicolons after the closing braces of `Equals` methods. These extra semicolons do not affect runtime but trigger warnings and fail strict code style checks. ## Validation Steps Performed - Code compiles successfully (if CI passes, that validates the change). - No functional changes; this is a code cleanup. ## PR Checklist - [x] Closes #19404 - Tests added/passed (N/A - No functional change) - Documentation updated (N/A) - Schema updated (if necessary) (N/A)
claunia added the pull-request label 2026-01-31 09:49:50 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#31830