Skip to content

Commit 8f2ddd9

Browse files
committed
prettify
1 parent edbbac1 commit 8f2ddd9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

scripts/prettier_fix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ export TERM=xterm-color
33

44
SEARCH_PATH=${@:-'src/**/*.md'}
55

6-
npx prettier --write --loglevel warn $SEARCH_PATH
6+
npx prettier --write --log-level warn $SEARCH_PATH

src/concepts/glean/glean.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ This includes previously manual and error-prone steps such as updating the ping
7878
- [Integrate the Glean SDK](https://mozilla.github.io/glean/book/user/adding-glean-to-your-project/index.html) into your product.
7979
- [Use Looker](https://mozilla.cloud.looker.com/) to build Explores and Dashboards using your product's datasets.
8080
- If Looker does not provide the necessary Explores you can resort to [using Redash](https://sql.telemetry.mozilla.org/) to write SQL queries & build dashboards using your products datasets, e.g.:
81-
8281
- `org_mozilla_fenix.baseline`
8382
- `org_mozilla_fenix.events`
8483
- `org_mozilla_fenix.metrics`

0 commit comments

Comments
 (0)