Style cleanup

This commit is contained in:
RogueException
2017-06-29 19:25:21 -03:00
parent fdd38c8d7f
commit 14dfc48df3
6 changed files with 35 additions and 36 deletions

View File

@@ -20,7 +20,7 @@ namespace Discord.Commands
info.GetCustomAttribute<DontAutoLoadAttribute>() == null;
}
List<TypeInfo> result = new List<TypeInfo>();
var result = new List<TypeInfo>();
foreach (var typeInfo in assembly.DefinedTypes)
{