Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tonivade committed May 3, 2024
1 parent fccda8a commit d32c694
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ void serializePerformancePojo() {

private void runPerf(String name, Sequence<IO<Stats>> stats) {
printStats(name, Instances.<Sequence<?>>traverse().sequence(
Instances.<IO<?>>applicative(), stats).fix(toIO()).unsafeRunSync().fix(toSequence()));
Instances.applicative(), stats).fix(toIO()).unsafeRunSync().fix(toSequence()));
}

private <T, R> Producer<R> serializeTask(Producer<T> supplier, Function1<List<T>, R> serializer) {
Expand Down

0 comments on commit d32c694

Please sign in to comment.