Skip to content

Commit b3dc9a6

Browse files
committed
Code cleanup.
1 parent 5fc7cb0 commit b3dc9a6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

sqlparse/keywords.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -804,15 +804,15 @@ def is_keyword(value):
804804

805805
# PostgreSQL Syntax
806806
KEYWORDS_PLPGSQL = {
807-
'PARTITION': tokens.Keyword,
808-
'OVER': tokens.Keyword,
809-
'PERFORM': tokens.Keyword,
810-
'NOTICE': tokens.Keyword,
811-
'PLPGSQL': tokens.Keyword,
812-
'INHERIT': tokens.Keyword,
813-
'INDEXES': tokens.Keyword,
814-
815-
'FOR': tokens.Keyword,
816-
'IN': tokens.Keyword,
817-
'LOOP': tokens.Keyword,
807+
'PARTITION': tokens.Keyword,
808+
'OVER': tokens.Keyword,
809+
'PERFORM': tokens.Keyword,
810+
'NOTICE': tokens.Keyword,
811+
'PLPGSQL': tokens.Keyword,
812+
'INHERIT': tokens.Keyword,
813+
'INDEXES': tokens.Keyword,
814+
815+
'FOR': tokens.Keyword,
816+
'IN': tokens.Keyword,
817+
'LOOP': tokens.Keyword,
818818
}

0 commit comments

Comments
 (0)