Skip to content

Commit

Permalink
Merge pull request #58 from furesoft/main-cf-autofix
Browse files Browse the repository at this point in the history
Apply fixes from CodeFactor
  • Loading branch information
furesoft authored Nov 6, 2024
2 parents 65e80a3 + 7887fa5 commit f3e71ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/Silverfly.Backend/TypeSystem/TypeEngine.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
Expand All @@ -23,7 +23,6 @@ public TypeDesc InferType(AstNode node)
}
catch (InvalidOperationException)
{

}
}

Expand Down

0 comments on commit f3e71ce

Please sign in to comment.