VGalaxies commented on code in PR #2791:
URL:
https://github.com/apache/incubator-hugegraph/pull/2791#discussion_r2142141517
##########
hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java:
##########
@@ -1003,7 +1003,7 @@ public synchronized void close() throws Exception {
LockUtil.destroy(this.name);
}
// Make sure that all transactions are closed in all threads
- if(!this.tx.closed()){
+ if(!this.tx.closed()) {
Review Comment:
could refer to
https://github.com/apache/incubator-hugegraph/wiki/HugeGraph-Code-Style-Guide
to format to code
--
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]