[doc] Remove trailing whitespace

This commit is contained in:
Davis Schirmer
2022-02-13 16:54:24 -05:00
parent f70702f490
commit df71dc8c37
3 changed files with 3 additions and 5 deletions

View File

@@ -2,4 +2,3 @@ VERSION=`python3 -c "import asciinema; print(asciinema.__version__)"`
asciinema.1: asciinema.1.md
pandoc asciinema.1.md -s -t man -o asciinema.1 -V header:"Version $(VERSION), `date +%Y-%m-%d`"

View File

@@ -335,4 +335,3 @@ asciinema's lead developer is Marcin Kulik.
For a list of all contributors look here: <https://github.com/asciinema/asciinema/contributors>
This Manual Page was written by Marcin Kulik with help from Kurt Pfeifle.