gnu: sbcl-trivial-benchmark: Fix trailing whitespace in description.

* gnu/packages/lisp-xyz.scm (sbcl-trivial-benchmark)[description]: Fix
  trailing whitespace.
This commit is contained in:
Vagrant Cascadian 2021-12-29 22:31:51 -08:00
parent 5e9f5fb23d
commit f5a935ff3f
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA

View File

@ -13702,7 +13702,7 @@ for debugging and profiling real world applications.")
statistical data for it. On SBCL this includes the data from @code{time}, for
all other implementations just the @code{real-time} and @code{run-time} data.
However, you can extend the system by adding your own @code{metrics} to it, or
even by adding additional statistical @code{compute}ations. ")
even by adding additional statistical @code{compute}ations.")
(license license:zlib))))
(define-public cl-trivial-benchmark