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 authored Apr 26, 2019
1 parent 4ab9e88 commit 32be700
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/docs.csv-spec
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,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 32be700

Please sign in to comment.