Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Fix group by.
Browse files Browse the repository at this point in the history
  • Loading branch information
CPWstatic committed Jun 28, 2021
1 parent 047e4a5 commit f806692
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/validator/GroupByValidator.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ namespace graph {
class GroupByValidator final : public Validator {
public:
GroupByValidator(Sentence *sentence, QueryContext *context)
: Validator(sentence, context) {
setNoSpaceRequired();
}
: Validator(sentence, context) {}

Status validateImpl() override;

Expand Down

0 comments on commit f806692

Please sign in to comment.