Skip to content

Commit d0848d8

Browse files
committed
formatting
1 parent c0813cd commit d0848d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/mixins/element-mixin.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,8 @@ export const ElementMixin = dedupingMixin(base => {
304304
// potentially not shareable and sharing the ones that could be shared
305305
// would require some coordination. To keep it simple, all the includes
306306
// and styles are collapsed into a single shareable stylesheet.
307-
if (shareBuiltCSSWithAdoptedStyleSheets && builtCSS && supportsAdoptingStyleSheets) {
307+
if (shareBuiltCSSWithAdoptedStyleSheets && builtCSS &&
308+
supportsAdoptingStyleSheets) {
308309
// Remove styles in template and make a shareable stylesheet
309310
const styles = template.content.querySelectorAll('style');
310311
if (styles) {

0 commit comments

Comments
 (0)