javeme commented on code in PR #385:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/pull/385#discussion_r1069784191


##########
hugegraph-client/src/main/java/org/apache/hugegraph/serializer/direct/reuse/BytesDemo.java:
##########
@@ -128,15 +127,14 @@ private void writeGraphElements() {
                                                  .property("date", 
"2017-03-24");
 
         List<Vertex> vertices = new ArrayList<Vertex>() {{
-            add(peter);
-            add(lop);
-            add(vadasB);
-        }};
-
+                add(peter);
+                add(lop);
+                add(vadasB);
+            }};
 
         List<Edge> edges = new ArrayList<Edge>() {{
-            add(peterCreateLop);
-        }};
+                add(peterCreateLop);
+            }};

Review Comment:
   can we keep the origin style?



##########
hugegraph-client/src/main/java/org/apache/hugegraph/serializer/direct/reuse/BytesDemo.java:
##########
@@ -128,15 +127,14 @@ private void writeGraphElements() {
                                                  .property("date", 
"2017-03-24");
 
         List<Vertex> vertices = new ArrayList<Vertex>() {{
-            add(peter);
-            add(lop);
-            add(vadasB);
-        }};
-
+                add(peter);
+                add(lop);
+                add(vadasB);
+            }};

Review Comment:
   can we keep the origin 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

Reply via email to