guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/14: gnu: js-commander: Fix trailing whitespace in description.


From: guix-commits
Subject: 13/14: gnu: js-commander: Fix trailing whitespace in description.
Date: Thu, 30 Dec 2021 03:59:05 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit 690fd6191cba71c5ddfa25c788637e568a7e1f53
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Thu Dec 30 00:35:22 2021 -0800

    gnu: js-commander: Fix trailing whitespace in description.
    
    * gnu/packages/javascript.scm (js-commander)[description]: Fix trailing
      whitespace.
---
 gnu/packages/javascript.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/javascript.scm b/gnu/packages/javascript.scm
index bc735d1c45..c453ac432a 100644
--- a/gnu/packages/javascript.scm
+++ b/gnu/packages/javascript.scm
@@ -343,7 +343,7 @@ be able to view it naturally and easily.")))
     (home-page "https://github.com/tj/commander.js";)
     (synopsis "Library for node.js command-line interfaces")
     (description "Commander.js aims to be the complete solution for node.js
-command-line interfaces.  ")
+command-line interfaces.")
     (license license:expat)))
 
 (define-public js-xmldom-sre



reply via email to

[Prev in Thread] Current Thread [Next in Thread]