From a3ef7a045308f97a23701519830e4f82de1fd765 Mon Sep 17 00:00:00 2001
From: Jan Loewe <jan.loewe@ptb.de>
Date: Wed, 23 Feb 2022 09:49:45 +0100
Subject: [PATCH] fix(formatting): fix DCC.ts formatting

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

diff --git a/src/DCC.ts b/src/DCC.ts
index f2f48ee..4ec1378 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.1";
-- 
GitLab