imbajin commented on code in PR #369: URL: https://github.com/apache/incubator-hugegraph-toolchain/pull/369#discussion_r1025263746
########## hugegraph-client/src/test/java/org/apache/hugegraph/api/ApiTestSuite.java: ########## @@ -52,51 +52,51 @@ @RunWith(Suite.class) @Suite.SuiteClasses({ - PropertyKeyApiTest.class, - VertexLabelApiTest.class, - EdgeLabelApiTest.class, - IndexLabelApiTest.class, - SchemaApiTest.class, + PropertyKeyApiTest.class, Review Comment: how many spaces shall we keep in `@Annotation({p1, p2, p3})` ? Is 4 spaces right? and we could unify the annotation style  ########## hugegraph-client/src/test/java/org/apache/hugegraph/api/ApiTestSuite.java: ########## @@ -52,51 +52,51 @@ @RunWith(Suite.class) @Suite.SuiteClasses({ - PropertyKeyApiTest.class, - VertexLabelApiTest.class, - EdgeLabelApiTest.class, - IndexLabelApiTest.class, - SchemaApiTest.class, + PropertyKeyApiTest.class, Review Comment: @javeme how many spaces shall we keep in `@Annotation({p1, p2, p3})` ? Is 4 spaces right? and we could unify the annotation 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: dev-unsubscr...@hugegraph.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org