Skip to content

Commit 0d23ecb

Browse files
committed
lint
1 parent d280cd3 commit 0d23ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql/2025/privacy/iab_tcf_v2_cmps_top.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ GROUP BY client, cmpId
1818
FOR client IN ('desktop', 'mobile')
1919
)
2020
|> RENAME pct_mobile AS mobile, pct_desktop AS desktop
21-
|> ORDER BY COALESCE(websites_count_desktop, 0) + COALESCE(websites_count_mobile, 0) DESC
21+
|> ORDER BY COALESCE(websites_count_desktop, 0) + COALESCE(websites_count_mobile, 0) DESC

0 commit comments

Comments
 (0)