Skip to content

Commit

Permalink
Remove superfluous delimiter in Snowflake CREATE TASK segment
Browse files Browse the repository at this point in the history
  • Loading branch information
chwiese committed Dec 6, 2021
1 parent 2147aa4 commit 2b886dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sqlfluff/dialects/dialect_snowflake.py
Expand Up @@ -1687,7 +1687,6 @@ class CreateTaskSegment(BaseSegment):
Ref("NumericLiteralSegment"),
),
),
delimiter=Ref("CommaSegment"),
),
Sequence(
"USER_TASK_TIMEOUT_MS",
Expand Down

0 comments on commit 2b886dc

Please sign in to comment.