From d0848d83e20ad190d267d752b4ad36b5c00689c8 Mon Sep 17 00:00:00 2001 From: Russell Bicknell Date: Thu, 2 Apr 2020 17:39:48 -0700 Subject: [PATCH] formatting --- lib/mixins/element-mixin.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/mixins/element-mixin.js b/lib/mixins/element-mixin.js index 8cd3691416..d335bb5b99 100644 --- a/lib/mixins/element-mixin.js +++ b/lib/mixins/element-mixin.js @@ -304,7 +304,8 @@ export const ElementMixin = dedupingMixin(base => { // potentially not shareable and sharing the ones that could be shared // would require some coordination. To keep it simple, all the includes // and styles are collapsed into a single shareable stylesheet. - if (shareBuiltCSSWithAdoptedStyleSheets && builtCSS && supportsAdoptingStyleSheets) { + if (shareBuiltCSSWithAdoptedStyleSheets && builtCSS && + supportsAdoptingStyleSheets) { // Remove styles in template and make a shareable stylesheet const styles = template.content.querySelectorAll('style'); if (styles) {