From 82937c4bd2fe637adfc0694c35937eb2de94acde Mon Sep 17 00:00:00 2001 From: skuba <34733141+seek-oss-ci@users.noreply.github.com> Date: Sat, 28 Oct 2023 05:29:21 +0000 Subject: [PATCH] Run `skuba format` --- template/express-rest-api/src/listen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/express-rest-api/src/listen.ts b/template/express-rest-api/src/listen.ts index 327faed1b..6a467cf97 100644 --- a/template/express-rest-api/src/listen.ts +++ b/template/express-rest-api/src/listen.ts @@ -49,4 +49,4 @@ process.on('SIGINT', () => { listener.close(() => { gracefullyShutdown(); }); -}); \ No newline at end of file +});