From e37b4efd33df70c9026a9fcda219448d0c26d3e5 Mon Sep 17 00:00:00 2001 From: Timo Glastra Date: Fri, 23 Aug 2024 18:04:39 +0200 Subject: [PATCH] style: formatting Signed-off-by: Timo Glastra --- src/AusweisAuthFlow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AusweisAuthFlow.ts b/src/AusweisAuthFlow.ts index 8a5788c..2094949 100644 --- a/src/AusweisAuthFlow.ts +++ b/src/AusweisAuthFlow.ts @@ -4,8 +4,8 @@ import { type AusweisSdkCommand, type AusweisSdkEnterPinMessage, type AusweisSdkMessage, - type Subscription, type AusweisSdkRunAuthCommand, + type Subscription, addMessageListener, initializeSdk, sendCommand,