Skip to content

Commit 72c334f

Browse files
authored
Fix code example indentation (#26697)
1 parent fbfc6d8 commit 72c334f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/query-dsl/nested-query.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ GET /_search
4040
"query" : {
4141
"bool" : {
4242
"must" : [
43-
{ "match" : {"obj1.name" : "blue"} },
44-
{ "range" : {"obj1.count" : {"gt" : 5}} }
43+
{ "match" : {"obj1.name" : "blue"} },
44+
{ "range" : {"obj1.count" : {"gt" : 5}} }
4545
]
4646
}
4747
}

0 commit comments

Comments
 (0)