Skip to content

Commit

Permalink
🤖 Automated formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
attest-team-ci authored and github-actions[bot] committed Sep 6, 2023
1 parent 71e6cd0 commit 59c3cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/utils/preload-cssom.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function getStylesheetsFromDocumentFragment(rootNode, convertDataToStylesheet) {
});
// prevent error in jsdom with style elements not having a `sheet` property
// @see https://github.com/jsdom/jsdom/issues/3179
if(stylesheet.sheet) {
if (stylesheet.sheet) {
out.push(stylesheet.sheet);
}
return out;
Expand Down

0 comments on commit 59c3cf2

Please sign in to comment.