Skip to content

Commit 558b556

Browse files
committed
Remove ':' operator from alwaysDenseOperators
It's now included to propertyAccessOperators, which have this behavior anyway.
1 parent 821186a commit 558b556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/languages/snowflake/snowflake.formatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ export const snowflake: DialectOptions = {
332332
propertyAccessOperators: [':'],
333333
},
334334
formatOptions: {
335-
alwaysDenseOperators: [':', '::'],
335+
alwaysDenseOperators: ['::'],
336336
onelineClauses: [...standardOnelineClauses, ...tabularOnelineClauses],
337337
tabularOnelineClauses,
338338
},

0 commit comments

Comments
 (0)