Skip to content
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

Remove unnecessary semicolons in source code #131

Merged
merged 4 commits into from
Jun 12, 2024

Conversation

chihta-wang
Copy link
Collaborator

No description provided.

@chihta-wang chihta-wang linked an issue Jun 11, 2024 that may be closed by this pull request
CHANGELOG.md Outdated
@@ -5,6 +5,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
-->

# 0.5.4 (unreleased)
- Remove unnecessary semicolon in source code [PR #131] (https://github.com/hpsim/OGL/pull/131)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed to add to the changelog since it has no effect for the user.

Suggested change
- Remove unnecessary semicolon in source code [PR #131] (https://github.com/hpsim/OGL/pull/131)

Copy link
Collaborator Author

@chihta-wang chihta-wang Jun 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, but it will fail the corresponding check.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries, we can still merge. It is not a hard requirement. We could also add an optional flag for the changelog test.

@chihta-wang
Copy link
Collaborator Author

@greole Do you think it is okay to merge?

@greole greole force-pushed the remove-unnecessary-semicolon branch from ab78ea5 to 8dcf522 Compare June 12, 2024 12:16
@chihta-wang chihta-wang merged commit c924c8e into dev Jun 12, 2024
19 of 23 checks passed
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.

Remove semicolon at the ends of if statements
2 participants