Skip to content

Commit

Permalink
[DOCS] Add space to fix Asciidoctor output (#41579)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Apr 26, 2019
1 parent 86f7f26 commit 4d939d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugin/sql/qa/src/main/resources/docs.csv-spec
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ M |57
groupByAndAggExpression
// tag::groupByAndAggExpression
schema::g:s|salary:i
SELECT gender AS g, ROUND((MIN(salary) / 100)) AS salary FROM emp GROUP BY gender;
SELECT gender AS g, ROUND( (MIN(salary) / 100) ) AS salary FROM emp GROUP BY gender;

g | salary
---------------+---------------
Expand Down

0 comments on commit 4d939d8

Please sign in to comment.