style: biome formatting

This commit is contained in:
Peter Steinberger
2025-12-21 13:58:27 +00:00
parent b56d4b90ce
commit 4f3a3e93a9
3 changed files with 10 additions and 15 deletions

View File

@@ -175,9 +175,7 @@ export function registerGatewayCli(program: Command) {
process.removeListener("SIGINT", onSigint);
if (shuttingDown) {
gatewayLog.info(
`received ${signal} during shutdown; exiting now`,
);
gatewayLog.info(`received ${signal} during shutdown; exiting now`);
defaultRuntime.exit(0);
}
shuttingDown = true;
@@ -414,9 +412,7 @@ export function registerGatewayCli(program: Command) {
process.removeListener("SIGINT", onSigint);
if (shuttingDown) {
gatewayLog.info(
`received ${signal} during shutdown; exiting now`,
);
gatewayLog.info(`received ${signal} during shutdown; exiting now`);
defaultRuntime.exit(0);
}
shuttingDown = true;