From befb65efdeb062fc96b7f5183fd79fedecea353f Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Tue, 30 Jan 2018 11:26:21 -0800 Subject: [PATCH] add newline before namespace for consistency --- src/Discord.Net.Commands/CommandServiceConfig.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Discord.Net.Commands/CommandServiceConfig.cs b/src/Discord.Net.Commands/CommandServiceConfig.cs index 85a11b769..5b13842e6 100644 --- a/src/Discord.Net.Commands/CommandServiceConfig.cs +++ b/src/Discord.Net.Commands/CommandServiceConfig.cs @@ -1,4 +1,5 @@ using System.Collections.Generic; + namespace Discord.Commands { public class CommandServiceConfig