.NET Format Style Fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user