Skip to content

Commit ace8935

Browse files
committed
deparser
1 parent f18c809 commit ace8935

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/deparser/src/deparser.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,6 @@ export class Deparser implements DeparserVisitor {
209209
return deparsedStmt;
210210
}
211211

212-
213-
214212
SelectStmt(node: t.SelectStmt, context: DeparserContext): string {
215213
const output: string[] = [];
216214

0 commit comments

Comments
 (0)