Skip to content

Commit dc9e0a9

Browse files
committed
code clean up
1 parent 5b6fafc commit dc9e0a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/test/java/fj/MonoidTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public void intersection_monoid_test() {
2929
assertThat(actual, is(Set.set(Ord.intOrd, 3, 4)));
3030
}
3131

32-
@Test
32+
@Test
3333
public void union_monoid_test() {
3434
Monoid<Set<Integer>> unionMonoid = Monoid.setMonoid(Ord.intOrd);
3535
Set<Integer> first = Set.set(Ord.intOrd, 1, 2, 3, 4);

0 commit comments

Comments
 (0)