Skip to content

Commit

Permalink
[CodeFactor] Apply fixes to commit 864b51d
Browse files Browse the repository at this point in the history
  • Loading branch information
code-factor committed Nov 1, 2024
1 parent 864b51d commit 9fa8d6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Source/TestProject/TestParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ protected override void InitLexer(LexerConfig lexer)

protected override void InitParser(ParserDefinition def)
{

}
}

Expand Down
3 changes: 1 addition & 2 deletions Source/TestProject/Tests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Runtime.CompilerServices;
using System.Runtime.CompilerServices;
using Silverfly;
using Silverfly.Helpers;
using Silverfly.Testing;
Expand Down Expand Up @@ -263,7 +263,6 @@ public void Multiple_Parsers_Should_Pass()
{
var p1 = new TestParser();
var p2 = new SecondParser();

}

[Test]
Expand Down

0 comments on commit 9fa8d6e

Please sign in to comment.