From b6d42f8864788ffa65be3765f49808eef32f4aff Mon Sep 17 00:00:00 2001
From: Jan Loewe <jan.loewe@ptb.de>
Date: Tue, 10 May 2022 13:03:22 +0200
Subject: [PATCH] fix(dcc): fix formatting

---
 src/DCC.ts | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/src/DCC.ts b/src/DCC.ts
index a4eeea7..1f6efd2 100644
--- a/src/DCC.ts
+++ b/src/DCC.ts
@@ -1,14 +1,5 @@
 import * as si from "./DSI";
-import {
-  XMLDate,
-  XMLElement,
-  XMLNumber,
-  XMLBoolean,
-  XMLList,
-  INamespaced,
-  ISchemaInformation,
-  IAttributes,
-} from "./BaseTypes";
+import { XMLDate, XMLElement, XMLNumber, XMLBoolean, XMLList, INamespaced, ISchemaInformation, IAttributes } from "./BaseTypes";
 import { ensureArray } from "./Util";
 
 const schemaVersion = "3.1.2";
-- 
GitLab