Skip to content

Commit e4f455e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/2025/css/flexbox_grid.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SELECT
2323
COUNT(DISTINCT root_page) / total AS pct
2424
FROM
2525
`httparchive.crawl.pages`,
26-
UNNEST (features) AS feat
26+
UNNEST(features) AS feat
2727
JOIN
2828
totals
2929
USING (date, client)

0 commit comments

Comments
 (0)