Skip to content

Commit

Permalink
Merge pull request #662 from typelevel/update/scalafmt-core-3.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored Jan 13, 2025
2 parents 95defd9 + 1c8876a commit 7a919d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.8.4
7e13282fcc46869e78cacf0c1610411ada5e078a
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.2
version=3.8.4
runner.dialect = Scala213Source3
align.openParenCallSite = true
align.openParenDefnSite = true
Expand Down
1 change: 0 additions & 1 deletion util/shared/src/main/scala/jawn/util/Slice.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ package org.typelevel.jawn.util
*
* - Slice(s) wraps a string, ensuring that future operations (e.g. subSequence) will construct slices instead of
* strings.
*
* - Slice(s, start, limit) is the default, and ensures that:
*
* 1. start >= 0 2. limit >= start 3. limit <= s.length
Expand Down

0 comments on commit 7a919d3

Please sign in to comment.