diff --git a/ILSpy/TreeNodes/Analyzer/Extensions.cs b/ILSpy/TreeNodes/Analyzer/Extensions.cs index c67f062dc..1cfa8bfd4 100644 --- a/ILSpy/TreeNodes/Analyzer/Extensions.cs +++ b/ILSpy/TreeNodes/Analyzer/Extensions.cs @@ -8,8 +8,8 @@ using ICSharpCode.Decompiler; namespace ICSharpCode.ILSpy.TreeNodes.Analyzer { - public static class Extensions - { + public static class Extensions + { public static TypeDefinitionHandle GetDeclaringType(this MethodDefinitionHandle method, MetadataReader metadata) { if (method.IsNil)