Format the project with 'dotnet format' (#2551)
* Sync and Re-Format * Fix Title string. * Fix indentation.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
using System;
|
||||
using Discord;
|
||||
using System;
|
||||
using Xunit;
|
||||
|
||||
namespace Discord;
|
||||
@@ -17,7 +17,7 @@ public class CommandBuilderTests
|
||||
ApplicationCommandOptionType.String,
|
||||
"option1 description",
|
||||
isRequired: true,
|
||||
choices: new []
|
||||
choices: new[]
|
||||
{
|
||||
new ApplicationCommandOptionChoiceProperties()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user