chore: switch coding style to JS standard
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / OCPPVersion.ts
index a19fc28033e6afe9f9475cbd8d12334185ad3b04..37690b5ef70d561ea59e352bfdfb97ebb40e94e7 100644 (file)
@@ -1,5 +1,5 @@
 export enum OCPPVersion {
   VERSION_16 = '1.6',
   VERSION_20 = '2.0',
-  VERSION_201 = '2.0.1',
+  VERSION_201 = '2.0.1'
 }