From 594f44db181b1073fe8c611bd3fbdbfd51a4cacb Mon Sep 17 00:00:00 2001 From: codefactor-io Date: Tue, 4 Feb 2025 08:20:50 +0000 Subject: [PATCH] [CodeFactor] Apply fixes to commit 14104b0 --- Source/Backlang.Driver/Utils.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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));