From 3d43e6479c30ad51a70aa4c79a087505fee99263 Mon Sep 17 00:00:00 2001 From: sp-tarkov-bot Date: Fri, 19 Sep 2025 17:47:00 +0000 Subject: [PATCH] Format Style Fixes --- .../Routers/Static/LauncherV2StaticRouter.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Libraries/SPTarkov.Server.Core/Routers/Static/LauncherV2StaticRouter.cs b/Libraries/SPTarkov.Server.Core/Routers/Static/LauncherV2StaticRouter.cs index ff29c2a0..79387f71 100644 --- a/Libraries/SPTarkov.Server.Core/Routers/Static/LauncherV2StaticRouter.cs +++ b/Libraries/SPTarkov.Server.Core/Routers/Static/LauncherV2StaticRouter.cs @@ -44,6 +44,4 @@ public class LauncherV2StaticRouter(LauncherV2Callbacks launcherV2Callbacks, Jso async (url, info, sessionID, _) => await launcherV2Callbacks.Profile(info) ), ] - ) -{ -} + ) { }