Skip to content

Commit

Permalink
Reformat with scalafmt 3.8.4
Browse files Browse the repository at this point in the history
Executed command: scalafmt --non-interactive
  • Loading branch information
typelevel-steward[bot] committed Jan 13, 2025
1 parent 6bcbaca commit 7e13282
Showing 1 changed file with 0 additions and 1 deletion.
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 7e13282

Please sign in to comment.