imbajin commented on code in PR #2911:
URL:
https://github.com/apache/incubator-hugegraph/pull/2911#discussion_r2554945658
##########
hugegraph-server/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java:
##########
@@ -401,7 +409,6 @@ public void truncate() {
throw new BackendException(
"Failed to truncate table for '%s' store", e, this.store);
}
Review Comment:
🧹 **Minor: Unnecessary Whitespace Change**
Removing this blank line is cosmetic and adds noise to the diff without
functional benefit. Consider keeping the original formatting to make the diff
cleaner and focus on actual logic changes.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]