Skip to content

Commit

Permalink
minor: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofortino committed Aug 20, 2024
1 parent d0af219 commit 84a395b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ public void basicTestNoFlush() throws Exception {
multiThreadTest(10, 3, 5, 100, true);
}

private void multiThreadTest(int maxOperations, int maxRequests, int numThreads, int numOperations, boolean externalScheduler) throws Exception {
private void multiThreadTest(int maxOperations, int maxRequests, int numThreads, int numOperations,
boolean externalScheduler) throws Exception {

CountingListener listener = new CountingListener();
TestTransport transport = new TestTransport();
Expand Down

0 comments on commit 84a395b

Please sign in to comment.