refactor: refine prettier configuration
[e-mobility-charging-stations-simulator.git] / src / performance / storage / JsonFileStorage.ts
index f44d9f2b35adc56ca0d9d503e927ccfac6eae760..f4a888143ff60c23b682b0be9b6215c5af779beb 100644 (file)
@@ -34,7 +34,7 @@ export class JsonFileStorage extends Storage {
         0,
         'utf8'
       )
-    }).catch((error) => {
+    }).catch(error => {
       handleFileException(
         this.dbName,
         FileType.PerformanceRecords,