From ce0836ffa9408e5d90a0dd54ed4f2881a2ef1cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdo=CC=81n=20Rodri=CC=81guez=20Davila?= Date: Wed, 28 Oct 2020 18:14:40 +0100 Subject: [PATCH] Run script: npm run format (shadydom/src/patches...) --- packages/shadydom/src/patches/Element.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/shadydom/src/patches/Element.js b/packages/shadydom/src/patches/Element.js index 70839263c..3a3d297f5 100644 --- a/packages/shadydom/src/patches/Element.js +++ b/packages/shadydom/src/patches/Element.js @@ -12,7 +12,10 @@ import * as utils from '../utils.js'; import {scopeClassAttribute} from '../style-scoping.js'; import {shadyDataForNode} from '../shady-data.js'; import {attachShadow, ownerShadyRootForNode} from '../attach-shadow.js'; -import {eventPropertyNamesForElement, wrappedDescriptorForEventProperty} from '../patch-events.js'; +import { + eventPropertyNamesForElement, + wrappedDescriptorForEventProperty, +} from '../patch-events.js'; const doc = window.document;