Skip to content

Commit 68347c8

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent ce8a741 commit 68347c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/src/test/java/org/elasticsearch/action/admin/indices/refresh/TransportUnpromotableShardRefreshActionTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,7 @@ private ClusterState clusterStateWithRefreshBlock(ClusterState base, ShardId sha
265265
return ClusterState.builder(base)
266266
.putProjectMetadata(ProjectMetadata.builder(projectId).put(indexMetadata, false))
267267
.blocks(
268-
ClusterBlocks.builder(base.blocks())
269-
.addIndexBlock(projectId, shardId.getIndexName(), IndexMetadata.INDEX_REFRESH_BLOCK)
268+
ClusterBlocks.builder(base.blocks()).addIndexBlock(projectId, shardId.getIndexName(), IndexMetadata.INDEX_REFRESH_BLOCK)
270269
)
271270
.build();
272271
}

0 commit comments

Comments
 (0)