]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
[autofix.ci] apply automated fixes
authorautofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Tue, 17 Mar 2026 12:36:26 +0000 (12:36 +0000)
committerGitHub <noreply@github.com>
Tue, 17 Mar 2026 12:36:26 +0000 (12:36 +0000)
src/charging-station/ocpp/auth/utils/AuthHelpers.ts
tests/charging-station/ui-server/UIServerTestUtils.ts

index 78ef49184be7d9664804d1891fa011e3bf61e584..593295b20f11d619a9c261e25dc7f6e1ac69eb53 100644 (file)
@@ -1,4 +1,10 @@
-import type { AuthContext, AuthenticationMethod, AuthorizationResult, AuthRequest, UnifiedIdentifier } from '../types/AuthTypes.js'
+import type {
+  AuthContext,
+  AuthenticationMethod,
+  AuthorizationResult,
+  AuthRequest,
+  UnifiedIdentifier,
+} from '../types/AuthTypes.js'
 
 import { AuthorizationStatus } from '../types/AuthTypes.js'
 
index c5aff7be1320bacdd3b421f422b420380deb234d..0919913da4a844876430cbfb7adbbfe34a7dc6e9 100644 (file)
@@ -13,9 +13,8 @@ import type {
   ProtocolResponse,
   ProtocolVersion,
   RequestPayload,
-
   UIServerConfiguration,
-  UUIDv4
+  UUIDv4,
 } from '../../../src/types/index.js'
 
 import { UIWebSocketServer } from '../../../src/charging-station/ui-server/UIWebSocketServer.js'