Format the project with 'dotnet format' (#2551)
* Sync and Re-Format * Fix Title string. * Fix indentation.
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Discord.Interactions
|
||||
/// </summary>
|
||||
public object Value { get; }
|
||||
|
||||
internal ParameterChoice (string name, object value)
|
||||
internal ParameterChoice(string name, object value)
|
||||
{
|
||||
Name = name;
|
||||
Value = value;
|
||||
|
||||
Reference in New Issue
Block a user