[ci] yarn format

This commit is contained in:
jasikpark 2021-07-23 00:13:51 +00:00 committed by GitHub Actions
parent 4fd6cfe668
commit 40875600f1

View file

@ -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');
});