yihua commented on code in PR #10571:
URL: https://github.com/apache/hudi/pull/10571#discussion_r1470429485
##########
hudi-io/src/main/java/org/apache/hudi/common/util/StringUtils.java:
##########
@@ -33,8 +33,10 @@
*/
public class StringUtils {
- public static final char[] HEX_CHAR = new char[]{'0', '1', '2', '3', '4',
'5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'};
+ public static final char[] HEX_CHAR = new char[] {'0', '1', '2', '3', '4',
'5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'};
Review Comment:
It's changed by IDE by following the code style.
--
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]