Skip to content

Commit

Permalink
HOTFIX: add space to avoid checkstyle failure
Browse files Browse the repository at this point in the history
  • Loading branch information
guozhangwang committed Jun 6, 2022
1 parent 6010513 commit 5d59328
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ public void testCommitAsyncWithUserAssignedType() {

// should try to find coordinator since we are commit async
coordinator.commitOffsetsAsync(singletonMap(t1p, new OffsetAndMetadata(100L)), (offsets, exception) -> {
fail("Commit should not get responses, but got offsets:" + offsets +", and exception:" + exception);
fail("Commit should not get responses, but got offsets:" + offsets + ", and exception:" + exception);
});
coordinator.poll(time.timer(0));
assertTrue(coordinator.coordinatorUnknown());
Expand Down

0 comments on commit 5d59328

Please sign in to comment.