Skip to content

Commit

Permalink
Removed needless blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
mpe85 committed Oct 3, 2024
1 parent d41f66d commit 5b0c77e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ public abstract class AbstractGrammar<T> : Grammar<T> {
*/
protected open fun codePointIgnoreCase(codePoint: Int): Rule<T> = IgnoreCaseCodePointRule(codePoint)


/**
* A rule that matches [this] code point, ignoring its case (case-insensitive).
*
Expand Down

0 comments on commit 5b0c77e

Please sign in to comment.