Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
m-d-bowerman committed Sep 25, 2024
1 parent 9d7b15d commit 6be932a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datasets/search/search_revenue_levers/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ SELECT
submission_month,
COALESCE(SUM(sap), 0) AS sap,
COALESCE(SUM(revenue), 0) AS revenue
FROM `mozdata.revenue.search_revenue_levers_monthly`
FROM `mozdata.revenue.search_revenue_levers_monthly`
WHERE device = 'desktop' AND partner_name = 'Google' AND submission_month >= "2023-01-01"
GROUP BY
1,
Expand Down

0 comments on commit 6be932a

Please sign in to comment.