Skip to content

Commit

Permalink
Update scalafmt-core to 3.8.6 (#641)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.8.6

* Reformat with scalafmt 3.8.6

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.8.6' to .git-blame-ignore-revs

---------

Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>
Co-authored-by: P. Oscar Boykin <[email protected]>
  • Loading branch information
typelevel-steward[bot] and johnynek authored Jan 24, 2025
1 parent cde74e2 commit a969b65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Scala Steward: Reformat with scalafmt 3.7.5
f09f531b864e0dec446f423247b63ecda0235f0a

# Scala Steward: Reformat with scalafmt 3.8.6
608a97a3081b4d2b4b71addf68bd56506d13ce01
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.8.3"
version = "3.8.6"

runner.dialect = scala213

Expand Down
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 a969b65

Please sign in to comment.