Validating auto-format workflow.

This style change should be automatically reverted.
This commit is contained in:
Refringe
2025-07-20 21:17:53 -04:00
parent f4b5609e0f
commit f6894ad33c
@@ -19,9 +19,7 @@ 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>