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