Skip to content

Commit

Permalink
fix missing newline
Browse files Browse the repository at this point in the history
Signed-off-by: James Duong <[email protected]>
  • Loading branch information
jduo committed Oct 14, 2024
1 parent 30ce98a commit b819314
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ public ExecutionEngine.Schema schema() {
computation ->
new ExecutionEngine.Schema.Column(computation.getDataField().getChild().getFirst().toString(),
computation.getAlias(), DOUBLE))
.collect(Collectors.toList())); }
.collect(Collectors.toList()));
}

@Override
public ExprValue next() {
Expand Down

0 comments on commit b819314

Please sign in to comment.