Skip to content

Commit 74c6d01

Browse files
committed
Fix style
1 parent f89e51d commit 74c6d01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugin/transform/qa/single-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/transform/integration/TransformPivotRestSpecialCasesIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@ public void testRestrictiveBucketSelector() throws Exception {
252252
verifyDestIndexHitsCount(indexName, "special_pivot_bucket_selector-10000", 10000, 14);
253253
}
254254

255-
private void verifyDestIndexHitsCount(String sourceIndex, String transformId, int maxPageSearchSize, long expectedDestIndexCount) throws Exception {
255+
private void verifyDestIndexHitsCount(String sourceIndex, String transformId, int maxPageSearchSize, long expectedDestIndexCount)
256+
throws Exception {
256257
String transformIndex = transformId;
257258
String config = """
258259
{

0 commit comments

Comments
 (0)