Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
chronos-tachyon committed Feb 29, 2024
1 parent 58981e3 commit e5281da
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ public class UnknownHistoryEventReplayerTest {
public static final String RES_MAY_IGNORE = "testUnknownHistoryEventMayIgnore.json";
public static final String RES_MAY_NOT_IGNORE = "testUnknownHistoryEventMayNotIgnore.json";

@Rule
public Timeout testTimeout = Timeout.seconds(10);
@Rule public Timeout testTimeout = Timeout.seconds(10);

private TestWorkflowEnvironment testEnvironment;
private Worker worker;
Expand Down Expand Up @@ -128,7 +127,6 @@ public void execute() {
public static class MyActivityImpl implements MyActivity {

@Override
public void execute() {
}
public void execute() {}
}
}

0 comments on commit e5281da

Please sign in to comment.