Skip to content

Commit b0eac29

Browse files
format;
1 parent 28e7baf commit b0eac29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cats/shared/src/test/scala/eu/timepit/refined/cats/CommutativeSemigroupAndMonoidLawTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class CommutativeSemigroupAndMonoidLawTests
124124
"CommutativeMonoid[NonNegDouble]",
125125
SerializableTests.serializable(CommutativeMonoid[NonNegDouble])
126126
)
127-
checkAll(
127+
checkAll(
128128
"CommutativeMonoid[NonNegBigDecimal]",
129129
SerializableTests.serializable(CommutativeMonoid[NonNegBigDecimal])
130130
)

0 commit comments

Comments
 (0)