Skip to content

Commit

Permalink
code clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Aug 25, 2022
1 parent bdccf64 commit 6649c70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ abstract class ServerBaseWriter extends Writer {
)
}

//todo add ut, modify " to ` for edge id
def toExecuteSentence(name: String, edges: Edges): String = {
val values = edges.values
.map { edge =>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (c) 2021 vesoft inc. All rights reserved.
/* Copyright (c) 2022 vesoft inc. All rights reserved.
*
* This source code is licensed under Apache 2.0 License.
*/
Expand Down

0 comments on commit 6649c70

Please sign in to comment.