Skip to content

Commit

Permalink
still missing a space!
Browse files Browse the repository at this point in the history
  • Loading branch information
agavra committed May 1, 2019
1 parent ab1e749 commit f12d562
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ protected Void visitInsertValues(final InsertValues node, final Integer context)
builder.append(" ");

if (!node.getColumns().isEmpty()) {
builder.append(node.getColumns().stream().collect(Collectors.joining(",", "(", ") ")));
builder.append(node.getColumns().stream().collect(Collectors.joining(", ", "(", ") ")));
}

builder.append("VALUES ");
Expand Down

0 comments on commit f12d562

Please sign in to comment.