From 40875600f112e7a6cbf14017765be3911700af00 Mon Sep 17 00:00:00 2001 From: jasikpark Date: Fri, 23 Jul 2021 00:13:51 +0000 Subject: [PATCH] [ci] yarn format --- docs/public/make-scrollable-code-focusable.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/public/make-scrollable-code-focusable.js b/docs/public/make-scrollable-code-focusable.js index 6fbf1eebee..35f104923b 100644 --- a/docs/public/make-scrollable-code-focusable.js +++ b/docs/public/make-scrollable-code-focusable.js @@ -1,3 +1,3 @@ -Array.from(document.getElementsByTagName("pre")).forEach((element) => { - element.setAttribute("tabindex", "0"); +Array.from(document.getElementsByTagName('pre')).forEach((element) => { + element.setAttribute('tabindex', '0'); });