.NET Format Style Fixes

This commit is contained in:
sp-tarkov-bot
2025-07-21 13:42:30 +00:00
parent 72be1689c9
commit b8f7f80953
@@ -19,7 +19,9 @@ public class BotCallbacks(BotController botController, HttpResponseUtil httpResp
{
var splitUrl = url.Split('/');
var type = splitUrl[^1];
return new ValueTask<string>(httpResponseUtil.NoBody(botController.GetBotPresetGenerationLimit(type)));
return new ValueTask<string>(
httpResponseUtil.NoBody(botController.GetBotPresetGenerationLimit(type))
);
}
/// <summary>