Gabriel39 commented on code in PR #27787: URL: https://github.com/apache/doris/pull/27787#discussion_r1413441824
########## be/src/common/exception.h: ########## @@ -120,4 +120,4 @@ inline const std::string& Exception::to_string() const { } \ return Status::Error<false>(e.code(), e.to_string()); \ } \ - } while (0) + } while (0) Review Comment: Add an empty line -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org