X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Fui-server%2Fui-services%2FUIServiceFactory.ts;h=41d60ddd3eddf4167964cbd06a9224b84085f956;hb=6a4032b5d8f3cbaa18d3beddcdfe9d335c1cba90;hp=47a1893dd2d0d040773cda0866897f59472e24e1;hpb=268a74bb051fcbbad532fd833f0d8fd2b33b6c64;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ui-server/ui-services/UIServiceFactory.ts b/src/charging-station/ui-server/ui-services/UIServiceFactory.ts index 47a1893d..41d60ddd 100644 --- a/src/charging-station/ui-server/ui-services/UIServiceFactory.ts +++ b/src/charging-station/ui-server/ui-services/UIServiceFactory.ts @@ -10,7 +10,7 @@ export class UIServiceFactory { public static getUIServiceImplementation( version: ProtocolVersion, - uiServer: AbstractUIServer + uiServer: AbstractUIServer, ): AbstractUIService { switch (version) { case ProtocolVersion['0.0.1']: