Skip to content

Commit

Permalink
java format
Browse files Browse the repository at this point in the history
Committed-by: xiaolei.zl from Dev container
  • Loading branch information
zhanglei1949 committed Sep 24, 2024
1 parent 2bf13ea commit 6e403ca
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ public static final void builderGraphElementFromYaml(
}
curEdgeTypeId++;
}
}
else {
} else {
if (type.equals("VERTEX")) {
labelId = curVertexTypeId++;
} else {
Expand Down

0 comments on commit 6e403ca

Please sign in to comment.