Skip to content

Commit 7042f5b

Browse files
committed
code format
1 parent 0a9526c commit 7042f5b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Grammar.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ...
22
import { FlinkSQLVisitor } from './FlinkSQLVisitor'
33
import { AbstractParseTreeVisitor } from 'antlr4ts/tree/AbstractParseTreeVisitor'
4-
4+
55
import * as vscode from 'vscode';
66

77
export class GrammarError extends Error {
@@ -46,7 +46,5 @@ export class MyFlinkSQLVisitor extends AbstractParseTreeVisitor<void> implements
4646
this.errors.push(error);
4747
}
4848

49-
50-
5149
}
5250

0 commit comments

Comments
 (0)