[ci] yarn format

This commit is contained in:
drwpow 2021-11-04 20:02:45 +00:00 committed by GitHub Actions
parent 2e1bded735
commit 9b7fe54a5c

View file

@ -16,7 +16,7 @@ if (import.meta.hot) {
if (fromEl.tagName === toEl.tagName && (toEl.tagName === 'LINK' || toEl.tagName === 'SCRIPT')) {
return false;
}
return true;
},
});