-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Fix missing whitespace in Swift special comments #77639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@swift-ci please test |
@swift-ci please test |
@swift-ci please smoke test |
@swift-ci Please smoke test |
@swift-ci Please test Windows platform |
You need write access to trigger the bot. |
@AnthonyLatsis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally, I would prefer that TODO
and FIXME
lines are left alone. This cosmetic change will make it harder to git-blame them for what I believe is not a good enough reason.
@AnthonyLatsis I also agree. I'll go ahead and close this PR. Thank you! |
FWIW I am fine with taking in the |
@AnthonyLatsis Then I'll reopen the PR so it only includes the MARK lines! |
fc48a8d
to
b7f8c55
Compare
@swift-ci please smoke test |
@AnthonyLatsis Though it was a minor change, I gained a valuable perspective on how it could cause confusion when checking blame. Thank you for the feedback. |
@swift-ci please smoke test Windows |
Hi!
I'd like to contribute with a simple fix for Swift special comments.
Fix missing whitespace in Swift special comments
Added proper spacing after // in MARK, TODO, and FIXME comments for better readability.
changes
Before
After