BewareMyPower commented on a change in pull request #13112:
URL: https://github.com/apache/pulsar/pull/13112#discussion_r762671039
##########
File path: pulsar-client-cpp/lib/lz4/lz4.h
##########
@@ -402,4 +402,4 @@ int LZ4_decompress_safe_withPrefix64k(const char *src, char
*dst, int compressed
LZ4_DEPRECATED("use LZ4_decompress_fast_usingDict() instead")
int LZ4_decompress_fast_withPrefix64k(const char *src, char *dst, int
originalSize);
-}
\ No newline at end of file
+} // namespace pulsar
Review comment:
+1, this change is unnecessary. Please remove it.
--
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]