Skip to content

Commit

Permalink
Fix whitespace that was troubling ScalaMeta
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jan 19, 2025
1 parent af9d21c commit 5f920ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/hypotenuse.Commensurable.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ import denominative.*
import rudiments.*

object Commensurable:
inline given numeric: [OperandType <: Int | Double | Char | Byte | Short | Float]
=> Boolean is Commensurable:
inline given numeric: [OperandType <: Int | Double | Char | Byte | Short | Float] => Boolean is Commensurable:
type Operand = OperandType

inline def compare
Expand Down

0 comments on commit 5f920ed

Please sign in to comment.