Skip to content

Commit

Permalink
Reformat with scalafmt 3.8.5
Browse files Browse the repository at this point in the history
Executed command: scalafmt --non-interactive
  • Loading branch information
typelevel-steward[bot] committed Jan 17, 2025
1 parent 42c56e3 commit 4cb2b8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/shared/src/main/scala/cats/parse/Parser.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ import scala.collection.immutable.NumericRange
*
* - Success: The parser consumes zero-or-more characters of input and successfully extracts a
* value. The input offset will be moved forward by the number of characters consumed.
*
* - Epsilon failure: The parser fails to extract a value without consuming any characters of
* input. The input offset will not be changed.
*
* - Arresting failure: The parser fails to extract a value but does consume one-or-more
* characters of input. The input offset will be moved forward by the number of characters
* consumed and all parsing will stop (unless a higher-level parser backtracks).
Expand Down

0 comments on commit 4cb2b8b

Please sign in to comment.