Skip to content

Commit ac086ff

Browse files
fabriziofortinol-trotta
authored andcommitted
minor: fix style
1 parent d9e80fb commit ac086ff

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
@@ -105,7 +105,8 @@ public void basicTestNoFlush() throws Exception {
105105
multiThreadTest(10, 3, 5, 100, true);
106106
}
107107

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

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

0 commit comments

Comments
 (0)