Validating auto-format workflow.

This style change should be automatically reverted.
This commit is contained in:
Refringe
2025-07-21 09:41:42 -04:00
parent 02b0c23cba
commit 72be1689c9
@@ -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>