From ed3cfe230bcadd64a13200442e970347acbe5c15 Mon Sep 17 00:00:00 2001 From: matthewp Date: Wed, 3 Nov 2021 16:29:53 +0000 Subject: [PATCH] [ci] yarn format --- examples/docs/src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docs/src/config.ts b/examples/docs/src/config.ts index 6949c0ece..1ccc647d3 100644 --- a/examples/docs/src/config.ts +++ b/examples/docs/src/config.ts @@ -31,7 +31,7 @@ export const KNOWN_LANGUAGES = { export const SIDEBAR = { en: [ - { text: "", header: true }, + { text: '', header: true }, { text: 'Section Header', header: true }, { text: 'Introduction', link: 'en/introduction' }, { text: 'Page 2', link: 'en/page-2' },