gnu: go-github-com-beorn7-perks-quantile: Fix indentation.

* gnu/packages/syncthing.scm (go-github-com-beorn7-perks-quantile): Fix
indentation.

Change-Id: Id159b4314fc25ecebc0737221995823e28045626
This commit is contained in:
Sharlatan Hellseher 2024-02-29 08:18:09 +00:00
parent 2f0aba1fd4
commit 9e2d8ed8fd
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -726,7 +726,8 @@ notification library in Go.")
'(#:import-path "github.com/beorn7/perks/quantile" '(#:import-path "github.com/beorn7/perks/quantile"
#:unpack-path "github.com/beorn7/perks")) #:unpack-path "github.com/beorn7/perks"))
(synopsis "Compute approximate quantiles over an unbounded data stream") (synopsis "Compute approximate quantiles over an unbounded data stream")
(description "Perks contains the Go package @code{quantile} that computes (description
"Perks contains the Go package @code{quantile} that computes
approximate quantiles over an unbounded data stream within low memory and CPU approximate quantiles over an unbounded data stream within low memory and CPU
bounds.") bounds.")
(home-page "https://github.com/beorn7/perks") (home-page "https://github.com/beorn7/perks")