Browse Source

add newline before namespace for consistency

pull/943/head
Chris Johnston 7 years ago
parent
commit
befb65efde
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Discord.Net.Commands/CommandServiceConfig.cs

+ 1
- 0
src/Discord.Net.Commands/CommandServiceConfig.cs View File

@@ -1,4 +1,5 @@
using System.Collections.Generic;

namespace Discord.Commands
{
public class CommandServiceConfig


Loading…
Cancel
Save