guluo2016 commented on code in PR #7167: URL: https://github.com/apache/hbase/pull/7167#discussion_r2236397215
########## hbase-shell/src/main/ruby/irb/hirb.rb: ########## @@ -23,6 +23,70 @@ module IRB # Subclass of IRB so can intercept methods class HIRB < Irb + # Method for checking the variable name conflict with the hbase command name + def check_variable_assignment_conflict(line) Review Comment: The indentation here seems inconsistent. The default should be two spaces. -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org