-
Notifications
You must be signed in to change notification settings - Fork 594
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
chore: upgrade to clang-format-18 #23332
Conversation
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
6c54087
to
d618449
Compare
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
d618449
to
fc82200
Compare
: _impl(std::make_unique<impl>( | ||
node_id, pm, gm, api, cache, upload_housekeeping, config)) {} | ||
node_id, pm, gm, api, cache, upload_housekeeping, config)) {} |
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.
i appreciate this little indention here, which seems to be a big portion of this overall diff.
GetParam() ? std::make_optional<remote_label>( | ||
model::cluster_uuid{uuid_t::create()}) | ||
: std::nullopt, | ||
std::nullopt) {} | ||
GetParam() ? std::make_optional<remote_label>( | ||
model::cluster_uuid{uuid_t::create()}) | ||
: std::nullopt, | ||
std::nullopt) {} |
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.
looks sane to me
: _log(std::move(logger_name)){}; | ||
: _log(std::move(logger_name)) {}; |
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.
+1
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.
Some semicolons caught my eye but otherwise LGTM!
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
Overall more improvements than regressions.
chore: upgrade to clang-format-18
Backports Required
Release Notes