Skip to content

Commit

Permalink
Fix spot check.
Browse files Browse the repository at this point in the history
Signed-off-by: Shailendra Singh <singhlhs@amazon.com>
  • Loading branch information
Shailendra Singh committed Aug 27, 2024
1 parent 47d8c0b commit cfde447
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ public static ClusterStateDiffManifest fromXContent(XContentParser parser, long
}
break;
case DELETES_FIELD:
if (codec_version == CODEC_V2 || codec_version == CODEC_V3){
if (codec_version == CODEC_V2 || codec_version == CODEC_V3) {
builder.indicesRoutingDeleted(convertListToString(parser.listOrderedMap()));
}
break;
Expand Down

0 comments on commit cfde447

Please sign in to comment.