refactor: refine prettier configuration
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
index 04205db6f0ee3852e9c2b0d2c7b20cfe7c57d135..c0dc2b3d2ff22aaeefdc221d3ccab4dce8ebc7ac 100644 (file)
@@ -424,7 +424,7 @@ export class Bootstrap extends EventEmitter {
             exit(exitCodes.gracefulShutdownError)
           })
       })
-      .catch((error) => {
+      .catch(error => {
         console.error(chalk.red('Error while shutdowning charging stations simulator: '), error)
         exit(exitCodes.gracefulShutdownError)
       })