From 2cb6750e25bcd70720c07fcc44feb72caccce122 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Thu, 1 Feb 2018 07:50:41 -0800 Subject: [PATCH] newline formatting tweak --- src/Discord.Net.Commands/CommandParser.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Discord.Net.Commands/CommandParser.cs b/src/Discord.Net.Commands/CommandParser.cs index 3b9783674..64d975bf5 100644 --- a/src/Discord.Net.Commands/CommandParser.cs +++ b/src/Discord.Net.Commands/CommandParser.cs @@ -13,7 +13,8 @@ namespace Discord.Commands None, Parameter, QuotedParameter - } + } + public static async Task ParseArgsAsync(CommandInfo command, ICommandContext context, bool ignoreExtraArgs, IServiceProvider services, string input, int startPos, IReadOnlyDictionary aliasMap) { ParameterInfo curParam = null;