Skip to content

Commit

Permalink
Format snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostbuster91 committed Mar 15, 2024
1 parent 1474e13 commit 3aa7393
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ trait CatsInstances {
)
}

implicit def validatedDiffer[E:Differ, A:Differ]: Differ[Validated[E, A]] = Differ.derived
implicit def validatedDiffer[E: Differ, A: Differ]: Differ[Validated[E, A]] = Differ.derived

}

Expand Down

0 comments on commit 3aa7393

Please sign in to comment.