Docs: correct indentation on callout
I've aligned them all to 70 characters except this one.... Relates to #24354
This commit is contained in:
parent
732741dd8d
commit
db16038061
|
@ -134,7 +134,7 @@ public class QueryDSLDocumentationTests extends ESTestCase {
|
|||
|
||||
public void testExists() {
|
||||
// tag::exists
|
||||
existsQuery("name"); // <1>
|
||||
existsQuery("name"); // <1>
|
||||
// end::exists
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue