Skip to content

Commit 1a22951

Browse files
committed
Fix statement kind for QualifyStatement
1 parent 5642ec2 commit 1a22951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/gitql-ast/src/statement.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ impl Statement for QualifyStatement {
250250
}
251251

252252
fn kind(&self) -> StatementKind {
253-
StatementKind::Where
253+
StatementKind::Qualify
254254
}
255255
}
256256

0 commit comments

Comments
 (0)