Skip to content

Commit

Permalink
minor: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofortino authored and l-trotta committed Aug 26, 2024
1 parent d9e80fb commit ac086ff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,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 ac086ff

Please sign in to comment.