Skip to content

Commit 5e61eff

Browse files
authored
Making linter happy
1 parent ab12d37 commit 5e61eff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sql/2025/css/custom_property_adoption.sql

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ FROM (
4141
page
4242
)
4343
JOIN (
44-
SELECT
45-
client,
46-
COUNT(0) AS total
47-
FROM
48-
`httparchive.crawl.pages`
44+
SELECT
45+
client,
46+
COUNT(0) AS total
47+
FROM
48+
`httparchive.crawl.pages`
4949
WHERE
5050
date = '2025-07-01' AND
5151
rank <= 1000000 AND
5252
is_root_page -- remove if wanna look at home pages AND inner pages. Old tables only had home pages.
53-
GROUP BY
53+
GROUP BY
5454
client
5555
)
5656
USING (client)

0 commit comments

Comments
 (0)