git-hulk commented on PR #3237:
URL: https://github.com/apache/kvrocks/pull/3237#issuecomment-3449317460

   > > @PragmaTwice It requires to reformat the code after upgrading to 18.
   > 
   > seems that there's some difference between my local clang-format-18 and 
clang-format-18 in CI.
   
   That's strange. I also got the same format as your secondary format:
   
   ```
   -  explicit MoveIterator(Iter iter) : Iter(iter){};
   +  explicit MoveIterator(Iter iter) : Iter(iter) {};
   ```
   
   But the CI behaves the same as the old version(14).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to