[ci] yarn format
This commit is contained in:
parent
4fd6cfe668
commit
40875600f1
1 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue