Skip to content

Commit

Permalink
[CodeFactor] Apply fixes to commit 14104b0
Browse files Browse the repository at this point in the history
  • Loading branch information
code-factor committed Feb 4, 2025
1 parent 14104b0 commit 594f44d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Source/Backlang.Driver/Utils.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
using Backlang.Core.CompilerService;
using Backlang.Core.CompilerService;
using Furesoft.Core.CodeDom.Compiler.TypeSystem;
using System.Runtime.CompilerServices;

namespace Backlang.Driver;

public static class Utils
{


public static void AddCompilerGeneratedAttribute(TypeResolver binder, DescribedType type)
{
var attributeType = ResolveType(binder, typeof(CompilerGeneratedAttribute));
Expand Down

0 comments on commit 594f44d

Please sign in to comment.