chore: switch coding style to JS standard
[e-mobility-charging-stations-simulator.git] / src / types / FileType.ts
index 3781b7d9e9b22d58423782e128c70f13be467e09..2b6bc380cbe401c1c294407c489ed47f9bc331fc 100644 (file)
@@ -4,5 +4,5 @@ export enum FileType {
   ChargingStationConfiguration = 'charging station configuration',
   ChargingStationTemplate = 'charging station template',
   PerformanceRecords = 'performance records',
-  JsonSchema = 'json schema',
+  JsonSchema = 'json schema'
 }