From 8b915058946399a035d859244c4d7c09436f94ca Mon Sep 17 00:00:00 2001 From: apetitco Date: Thu, 4 Dec 2025 15:25:31 +0100 Subject: [PATCH] (eslint): Removed empty line. --- src/tic-tac-toe/src/run.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tic-tac-toe/src/run.ts b/src/tic-tac-toe/src/run.ts index 3707382..d49db36 100644 --- a/src/tic-tac-toe/src/run.ts +++ b/src/tic-tac-toe/src/run.ts @@ -7,7 +7,6 @@ import fastify, { FastifyInstance } from 'fastify'; import app from './app'; // TODO: Import the microservice app - // @brief Entrypoint for the microservice's backend. const start = async () => { // TODO: Thingies to send to log service (if I understood that correctly from /src/chat/src/run.ts)