Format the project with 'dotnet format' (#2551)
* Sync and Re-Format * Fix Title string. * Fix indentation.
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Discord.Interactions
|
||||
/// </summary>
|
||||
/// <param name="name">Name of the group.</param>
|
||||
/// <param name="description">Description of the group.</param>
|
||||
public GroupAttribute (string name, string description)
|
||||
public GroupAttribute(string name, string description)
|
||||
{
|
||||
Name = name;
|
||||
Description = description;
|
||||
|
||||
Reference in New Issue
Block a user