-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
[C#] Remove useless isFirstEntry
and useless source.Append("else ")
#91924
[C#] Remove useless isFirstEntry
and useless source.Append("else ")
#91924
Conversation
2d81a99
to
e49c254
Compare
isFirstEntry
and useless source.Append("else ")
e49c254
to
a17e2c5
Compare
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.
Thanks, this is a good cleanup. Make sure to also remove the remaining excessive whitespace.
modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/ScriptPropertiesGenerator.cs
Outdated
Show resolved
Hide resolved
modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/ScriptPropertiesGenerator.cs
Outdated
Show resolved
Hide resolved
modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/ScriptPropertiesGenerator.cs
Outdated
Show resolved
Hide resolved
modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/ScriptSignalsGenerator.cs
Outdated
Show resolved
Hide resolved
Thank! I'll fix it right away. |
a17e2c5
to
e327011
Compare
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.
LGTM. Thanks!
isFirstEntry
and useless source.Append("else ")
isFirstEntry
and useless source.Append("else ")
Thanks! |
Thanks! |
Thanks! |
PR #90687 (comment)
Even removing the else keyword does not affect program execution.