Skip to content

Commit aa02f00

Browse files
committed
Run prettier
1 parent 4718884 commit aa02f00

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Elastic.Documentation.Site/synthetics/journeys/navigation-test.journey.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ function getSchedule(env: string) {
1111
}
1212

1313
journey('navigation test', ({ page, params }) => {
14-
1514
monitor.use({
1615
id: `elastic-co-docs-nav-${params.environment}-v2`,
1716
schedule: getSchedule(params.environment),

src/Elastic.Documentation.Site/synthetics/synthetics.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default (env) => {
2727
space: 'default',
2828
},
2929
}
30-
30+
3131
switch (DOCS_ENVIRONMENT) {
3232
case 'prod':
3333
config.params.baseUrl = 'https://www.elastic.co'

0 commit comments

Comments
 (0)