refactor: more coding style fixes
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / OCPPProtocol.ts
index 3342d81d7f79419b79e3c46b0222a838412a82ed..1df59397e5155035609cd64e76b913494f3e8085 100644 (file)
@@ -1,3 +1,3 @@
 export enum OCPPProtocol {
-  JSON = 'json'
+  JSON = 'json',
 }