From 480fecf6f69bc342772aa161c4452e2b544e12a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 14 Feb 2023 11:03:48 +0100 Subject: [PATCH] refactor(simulator): sort exports MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/charging-station/ocpp/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/charging-station/ocpp/index.ts b/src/charging-station/ocpp/index.ts index 059c3f70..9e0738b8 100644 --- a/src/charging-station/ocpp/index.ts +++ b/src/charging-station/ocpp/index.ts @@ -1,12 +1,12 @@ export { - OCPP20IncomingRequestService, - OCPP20RequestService, - OCPP20ResponseService, OCPP16IncomingRequestService, OCPP16RequestService, OCPP16ResponseService, // FIXME: shall not be exported OCPP16ServiceUtils, + OCPP20IncomingRequestService, + OCPP20RequestService, + OCPP20ResponseService, OCPPIncomingRequestService, OCPPRequestService, OCPPServiceUtils, -- 2.34.1