Browse Source

remove unnecessary whitespace

pull/943/head
Chris Johnston 7 years ago
parent
commit
23ba23b133
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/Discord.Net.Commands/CommandParser.cs

+ 1
- 2
src/Discord.Net.Commands/CommandParser.cs View File

@@ -13,8 +13,7 @@ namespace Discord.Commands
None, None,
Parameter, Parameter,
QuotedParameter QuotedParameter
}
}
public static async Task<ParseResult> ParseArgsAsync(CommandInfo command, ICommandContext context, bool ignoreExtraArgs, IServiceProvider services, string input, int startPos) public static async Task<ParseResult> ParseArgsAsync(CommandInfo command, ICommandContext context, bool ignoreExtraArgs, IServiceProvider services, string input, int startPos)
{ {
ParameterInfo curParam = null; ParameterInfo curParam = null;


Loading…
Cancel
Save