Skip to content

Commit

Permalink
fix todo
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua211 committed Jun 18, 2024
1 parent 6a1e327 commit f551f81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ClefViewer.Core/Models/Clef.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ public static Clef Parse(string input)
{
return new Clef($"Error parsing log event: {e.Message}", LogEventLevel.Error, DateTimeOffset.Now);
}
// TODO handle line that cant be parsed
}

public bool Matches(CompiledExpression expression)
Expand Down

0 comments on commit f551f81

Please sign in to comment.