Format Style Fixes

This commit is contained in:
sp-tarkov-bot
2025-09-23 14:13:19 +00:00
parent c67153b517
commit 0a789d49a1
@@ -67,12 +67,7 @@ public class LauncherV2Callbacks(
public ValueTask<string> CompatibleVersion()
{
return new ValueTask<string>(
httpResponseUtil.NoBody(
new LauncherV2VersionResponse
{
Response = launcherV2Controller.SptVersion()
}
)
httpResponseUtil.NoBody(new LauncherV2VersionResponse { Response = launcherV2Controller.SptVersion() })
);
}