diff --git a/src/runtime/internal/dom.ts b/src/runtime/internal/dom.ts index 830bc6abd1..ad06d6ff08 100644 --- a/src/runtime/internal/dom.ts +++ b/src/runtime/internal/dom.ts @@ -367,4 +367,4 @@ export function attribute_to_object(attributes) { result[attribute.name] = attribute.value; } return result; -} \ No newline at end of file +} diff --git a/test/custom-elements/assert.js b/test/custom-elements/assert.js index 474c314da9..4ee8d9dda0 100644 --- a/test/custom-elements/assert.js +++ b/test/custom-elements/assert.js @@ -51,4 +51,4 @@ function normalizeHtml(window, html) { } catch (err) { throw new Error(`Failed to normalize HTML:\n${html}`); } -} \ No newline at end of file +}