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 an unnecessary constructor. #743

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

clalancette
Copy link
Contributor

We can just use brace initialization here, and this allows us to side-step an uncrustify issue with the constructor.

We can just use brace initialization here, and this
allows us to side-step an uncrustify issue with the constructor.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
@clalancette
Copy link
Contributor Author

clalancette commented Feb 26, 2024

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Windows Build Status

Copy link
Collaborator

@fujitatomoya fujitatomoya left a comment

Choose a reason for hiding this comment

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

lgtm with green CI

@clalancette
Copy link
Contributor Author

The flaky tests here are unrelated to this PR, so going ahead and merging this one.

@clalancette clalancette merged commit 1301b8d into rolling Feb 27, 2024
3 checks passed
@delete-merged-branch delete-merged-branch bot deleted the clalancette/remove-unnecessary-constructor branch February 27, 2024 13:10
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.

None yet

3 participants