Skip to content

Commit e37ea5b

Browse files
swarnatandialbrecht
authored andcommitted
reformatting code
1 parent ab0f85c commit e37ea5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqlparse/sql.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,8 @@ class Where(TokenList):
550550
"""A WHERE clause."""
551551
M_OPEN = T.Keyword, 'WHERE'
552552
M_CLOSE = T.Keyword, (
553-
'ORDER BY', 'GROUP BY', 'LIMIT', 'UNION', 'UNION ALL', 'EXCEPT', 'INTERSECT',
554-
'HAVING', 'RETURNING', 'INTO')
553+
'ORDER BY', 'GROUP BY', 'LIMIT', 'UNION', 'UNION ALL', 'EXCEPT',
554+
'INTERSECT', 'HAVING', 'RETURNING', 'INTO')
555555

556556

557557
class Over(TokenList):

0 commit comments

Comments
 (0)