mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Another formatting fix
This commit is contained in:
parent
f8fa00185f
commit
fe8f0b97e4
@ -169,7 +169,9 @@ public class ClusterBlocks extends AbstractDiffable<ClusterBlocks> {
|
||||
if (!indexBlocked(level, index)) {
|
||||
return null;
|
||||
}
|
||||
Stream<ClusterBlock> blocks = concat(global(level).stream(), blocksForIndex(level, index).stream());
|
||||
Stream<ClusterBlock> blocks = concat(
|
||||
global(level).stream(),
|
||||
blocksForIndex(level, index).stream());
|
||||
return new ClusterBlockException(unmodifiableSet(blocks.collect(toSet())));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user