docs: reference: remove trailing space to fix yaml formatting

This was introduced in 41a5e0e4dfb650688ca71a819669611be4159b5e, and
having the trailing whitespace causes the yamldocs generator to
switch to "compact" formatting, which makes that yaml hard to read.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-04-01 21:31:14 +02:00
parent c23d45f0c9
commit 4b35192d7c
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C

View File

@ -94,7 +94,7 @@ you must be explicit with a relative or absolute path, for example:
Copy a local file into container Copy a local file into container
```console ```console
$ docker cp ./some_file CONTAINER:/work $ docker cp ./some_file CONTAINER:/work
``` ```
Copy files from container to local path Copy files from container to local path