bkietz commented on code in PR #37313:
URL: https://github.com/apache/arrow/pull/37313#discussion_r1307591552


##########
cpp/src/arrow/util/compression_snappy.cc:
##########
@@ -95,6 +92,4 @@ class SnappyCodec : public Codec {
 
 std::unique_ptr<Codec> MakeSnappyCodec() { return 
std::make_unique<SnappyCodec>(); }
 
-}  // namespace internal
-}  // namespace util
-}  // namespace arrow
+} // namespace arrow::util::internal

Review Comment:
   I suspect this lack of newline will cause a clang-format error



-- 
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