Remove extra spaces to improve rendered content

Change-Id: I90ad0a4aef25128fcd519aab96ccfd707eead957
This commit is contained in:
David Shevitz
2018-09-21 15:25:45 -07:00
parent c89249b07d
commit 013d3cbc8c

View File

@@ -8,11 +8,11 @@ from Gerrit's daemon, and then executed on the client system.
To download a client command or hook, use scp or an http client: To download a client command or hook, use scp or an http client:
---- ----
$ scp -p -P 29418 john.doe@review.example.com:bin/gerrit-cherry-pick ~/bin/ $ scp -p -P 29418 john.doe@review.example.com:bin/gerrit-cherry-pick ~/bin/
$ scp -p -P 29418 john.doe@review.example.com:hooks/commit-msg .git/hooks/ $ scp -p -P 29418 john.doe@review.example.com:hooks/commit-msg .git/hooks/
$ curl -Lo ~/bin/gerrit-cherry-pick http://review.example.com/tools/bin/gerrit-cherry-pick $ curl -Lo ~/bin/gerrit-cherry-pick http://review.example.com/tools/bin/gerrit-cherry-pick
$ curl -Lo .git/hooks/commit-msg http://review.example.com/tools/hooks/commit-msg $ curl -Lo .git/hooks/commit-msg http://review.example.com/tools/hooks/commit-msg
---- ----
For more details on how to determine the correct SSH port number, For more details on how to determine the correct SSH port number,
@@ -32,7 +32,7 @@ the developer experience when working with a Gerrit Code Review
server. server.
link:cmd-hook-commit-msg.html[commit-msg]:: link:cmd-hook-commit-msg.html[commit-msg]::
Automatically generate `Change-Id: ` tags in commit messages. Automatically generate `Change-Id:` tags in commit messages.
== Server == Server