Skip to content

Commit 35e8c0f

Browse files
committed
Delete unnecessary comment from formatOperator()
1 parent d06ff48 commit 35e8c0f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/formatter/ExpressionFormatter.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,6 @@ export default class ExpressionFormatter {
198198
this.layout.add(this.params.get(node), WS.SPACE);
199199
}
200200

201-
/**
202-
* Formats an Operator onto query, following rules for specific characters
203-
*/
204201
private formatOperator({ text }: OperatorNode) {
205202
// special operator
206203
if (text === ':') {

0 commit comments

Comments
 (0)