From 6362e2657cd7488d25a9308b07d109510e945c55 Mon Sep 17 00:00:00 2001 From: Sebastian Streich Date: Mon, 2 Sep 2024 16:48:37 +0200 Subject: [PATCH] format!! --- src/components/vpncard.js | 7 +------ vendor/lit-all.min.js | 30 ++++++++++++------------------ 2 files changed, 13 insertions(+), 24 deletions(-) diff --git a/src/components/vpncard.js b/src/components/vpncard.js index 24eb5dd..8434d18 100644 --- a/src/components/vpncard.js +++ b/src/components/vpncard.js @@ -2,12 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -import { - html, - css, - LitElement, - classMap, -} from "../vendor/lit-all.min.js"; +import { html, css, LitElement, classMap } from "../vendor/lit-all.min.js"; import { tr } from "../shared/i18n.js"; import { resetSizing } from "./styles.js"; diff --git a/vendor/lit-all.min.js b/vendor/lit-all.min.js index 21c4c0d..75f2e40 100644 --- a/vendor/lit-all.min.js +++ b/vendor/lit-all.min.js @@ -1,18 +1,12 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - - -/** - * This file bundles all lit related dependencies into one shared esm - * - */ -export { - LitElement, - html, - css, - render, -} from "lit"; -export {classMap} from 'lit/directives/class-map.js'; -export {styleMap} from 'lit/directives/style-map.js'; -export {ref, createRef} from 'lit/directives/ref.js'; +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +/** + * This file bundles all lit related dependencies into one shared esm + * + */ +export { LitElement, html, css, render } from "lit"; +export { classMap } from "lit/directives/class-map.js"; +export { styleMap } from "lit/directives/style-map.js"; +export { ref, createRef } from "lit/directives/ref.js";