Skip to content

Commit

Permalink
Scalafmt-core 2.6.3 (#3514)
Browse files Browse the repository at this point in the history
  • Loading branch information
barambani authored Jul 12, 2020
1 parent 642a5c0 commit 5ac10ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2.6.2
version=2.6.3
align.openParenCallSite = true
align.openParenDefnSite = true
maxColumn = 120
Expand Down
8 changes: 4 additions & 4 deletions tests/src/test/scala/cats/tests/RepresentableStoreSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ class RepresentableStoreSuite extends CatsSuite {
cats.laws.discipline.eq
.catsLawsEqForRepresentableStore[λ[P => (P, P)], Boolean, RepresentableStore[λ[P => (P, P)], Boolean, Int]]
implicit val eqStoreStoreStore: Eq[
RepresentableStore[λ[P => (P, P)], Boolean, RepresentableStore[λ[P => (P, P)],
Boolean,
RepresentableStore[λ[P => (P, P)], Boolean, Int]
]]
RepresentableStore[λ[P => (P, P)],
Boolean,
RepresentableStore[λ[P => (P, P)], Boolean, RepresentableStore[λ[P => (P, P)], Boolean, Int]]
]
] =
cats.laws.discipline.eq.catsLawsEqForRepresentableStore[λ[P => (P, P)], Boolean, RepresentableStore[λ[
P => (P, P)
Expand Down

0 comments on commit 5ac10ad

Please sign in to comment.