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

Fix bitops.c clang-format properly #570

Merged
merged 1 commit into from
May 29, 2024

Conversation

LiiNen
Copy link
Contributor

@LiiNen LiiNen commented May 29, 2024

ref:

There was an issue that clang-format cheker failed.
I don't know why I missed it and why it didn't catch.

just running clang-format -i bitops.c was all.

Signed-off-by: LiiNen <kjeonghoon065@gmail.com>
Copy link

codecov bot commented May 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.23%. Comparing base (96dcd11) to head (178a821).

Additional details and impacted files
@@             Coverage Diff              @@
##           unstable     #570      +/-   ##
============================================
+ Coverage     70.21%   70.23%   +0.02%     
============================================
  Files           109      109              
  Lines         59956    59956              
============================================
+ Hits          42096    42113      +17     
+ Misses        17860    17843      -17     
Files Coverage Δ
src/bitops.c 94.18% <100.00%> (ø)

... and 11 files with indirect coverage changes

Copy link
Member

@PingXie PingXie left a comment

Choose a reason for hiding this comment

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

Thanks @LiiNen!

@PingXie PingXie merged commit 168da8b into valkey-io:unstable May 29, 2024
18 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.

2 participants