refactor: refine prettier configuration
[e-mobility-charging-stations-simulator.git] / src / performance / PerformanceStatistics.ts
index 2f10960604a8429a5a059b62d2ed46d44c2bb241..e8740d29fa511de737570328dcdfbd025e838c84 100644 (file)
@@ -190,7 +190,7 @@ export class PerformanceStatistics {
   }
 
   private initializePerformanceObserver (): void {
-    this.performanceObserver = new PerformanceObserver((performanceObserverList) => {
+    this.performanceObserver = new PerformanceObserver(performanceObserverList => {
       const lastPerformanceEntry = performanceObserverList.getEntries()[0]
       // logger.debug(
       //   `${this.logPrefix()} '${lastPerformanceEntry.name}' performance entry: %j`,