diff --git a/Source/Backlang.Driver/Utils.cs b/Source/Backlang.Driver/Utils.cs index aa880293..8e9f4296 100644 --- a/Source/Backlang.Driver/Utils.cs +++ b/Source/Backlang.Driver/Utils.cs @@ -1,4 +1,4 @@ -using Backlang.Core.CompilerService; +using Backlang.Core.CompilerService; using Furesoft.Core.CodeDom.Compiler.TypeSystem; using System.Runtime.CompilerServices; @@ -6,8 +6,6 @@ namespace Backlang.Driver; public static class Utils { - - public static void AddCompilerGeneratedAttribute(TypeResolver binder, DescribedType type) { var attributeType = ResolveType(binder, typeof(CompilerGeneratedAttribute));