Docs: correct indentation on callout

I've aligned them all to 70 characters except this one....

Relates to #24354
This commit is contained in:
Nik Everett 2017-05-02 13:01:30 -04:00
parent 732741dd8d
commit db16038061
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ public class QueryDSLDocumentationTests extends ESTestCase {
public void testExists() {
// tag::exists
existsQuery("name"); // <1>
existsQuery("name"); // <1>
// end::exists
}