Skip to content

Commit

Permalink
Update indentation style
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Nov 11, 2024
1 parent 1492b6e commit 8708ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/cardinality.NumericRange.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object NumericRange:
@targetName("Range")
object `~`:
given comparable[MinValueType <: Double & Singleton, MaxValueType <: Double & Singleton]
(using min: ValueOf[MinValueType], max: ValueOf[MaxValueType])
(using min: ValueOf[MinValueType], max: ValueOf[MaxValueType])
: TypeTest[Double, MinValueType ~ MaxValueType] =

value =>
Expand Down

0 comments on commit 8708ef9

Please sign in to comment.