Skip to content

Commit

Permalink
Changes to whitespace in signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jan 23, 2025
1 parent cdde9f9 commit 3eb1ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/chiaroscuro.Contrastable.scala
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ object Contrastable extends Derivation[[ValueType] =>> ValueType is Contrastable

def compareSeq[ValueType: Contrastable: Similarity]
(left: IndexedSeq[ValueType], right: IndexedSeq[ValueType], leftDebug: Text, rightDebug: Text)
: Juxtaposition =
: Juxtaposition =
if left == right then Juxtaposition.Same(leftDebug) else
val comparison = IArray.from:
diff(left, right).rdiff(summon[Similarity[ValueType]].similar).changes.map:
Expand Down

0 comments on commit 3eb1ed2

Please sign in to comment.