[PR #19406] Extra semicolon removed #31827

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

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

State: closed
Merged: No


Summary of the Pull Request

This pull request fixes a syntax error in the OpenSettingsArgs class where the Equals method contained an unnecessary semicolon. The correction ensures proper compilation and aligns with C++ coding standards.

References and Relevant Issues

Fixes potential compilation issues caused by redundant semicolons.
Improves code readability and consistency with other runtimeclass definitions.

Detailed Description of the Pull Request / Additional comments

Removed the extra semicolon after the Equals method in OpenSettingsArgs.
Verified that property and method declarations are correctly formatted.
Ensured the class compiles successfully without syntax errors.
No functional changes to runtime behavior, purely a syntactical/code-quality fix.

Validation Steps Performed

Successfully built the project after the fix with no compilation errors.
Verified OpenSettingsArgs behaves correctly in scenarios where Equals is used.
Confirmed no warnings or runtime regressions introduced by this change.
All tests passed.

PR Checklist

**Original Pull Request:** https://github.com/microsoft/terminal/pull/19406 **State:** closed **Merged:** No --- ## Summary of the Pull Request This pull request fixes a syntax error in the OpenSettingsArgs class where the Equals method contained an unnecessary semicolon. The correction ensures proper compilation and aligns with C++ coding standards. ## References and Relevant Issues Fixes potential compilation issues caused by redundant semicolons. Improves code readability and consistency with other runtimeclass definitions. ## Detailed Description of the Pull Request / Additional comments Removed the extra semicolon after the Equals method in OpenSettingsArgs. Verified that property and method declarations are correctly formatted. Ensured the class compiles successfully without syntax errors. No functional changes to runtime behavior, purely a syntactical/code-quality fix. ## Validation Steps Performed Successfully built the project after the fix with no compilation errors. Verified OpenSettingsArgs behaves correctly in scenarios where Equals is used. Confirmed no warnings or runtime regressions introduced by this change. All tests passed. ## PR Checklist - [x] Closes #19404 - [ ] Tests added/passed - [ ] Documentation updated - If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx - [ ] Schema updated (if necessary)
claunia added the pull-request label 2026-01-31 09:49:49 +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#31827