Skip to content

Commit

Permalink
Remove ':' operator from alwaysDenseOperators
Browse files Browse the repository at this point in the history
It's now included to propertyAccessOperators, which have this
behavior anyway.
  • Loading branch information
nene committed Jan 26, 2024
1 parent 821186a commit 558b556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/snowflake/snowflake.formatter.ts
Expand Up @@ -332,7 +332,7 @@ export const snowflake: DialectOptions = {
propertyAccessOperators: [':'],
},
formatOptions: {
alwaysDenseOperators: [':', '::'],
alwaysDenseOperators: ['::'],
onelineClauses: [...standardOnelineClauses, ...tabularOnelineClauses],
tabularOnelineClauses,
},
Expand Down

0 comments on commit 558b556

Please sign in to comment.