Skip to content

Commit 84a395b

Browse files
minor: fix style
1 parent d0af219 commit 84a395b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java-client/src/test/java/co/elastic/clients/elasticsearch/_helpers/bulk/BulkIngesterTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ public void basicTestNoFlush() throws Exception {
104104
multiThreadTest(10, 3, 5, 100, true);
105105
}
106106

107-
private void multiThreadTest(int maxOperations, int maxRequests, int numThreads, int numOperations, boolean externalScheduler) throws Exception {
107+
private void multiThreadTest(int maxOperations, int maxRequests, int numThreads, int numOperations,
108+
boolean externalScheduler) throws Exception {
108109

109110
CountingListener listener = new CountingListener();
110111
TestTransport transport = new TestTransport();

0 commit comments

Comments
 (0)