From fa533a8397c5f685242468e3244b3c616eb12774 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 18 Jun 2019 19:36:56 -0400 Subject: hn/g: Update athing:id hn/g (athing:id): Re-align lines. --- hn/g | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hn/g b/hn/g index 1435451..ef9cb94 100755 --- a/hn/g +++ b/hn/g @@ -36,8 +36,7 @@ (define (athing:id a) "Return athing id" (let ((id (sxml:attr a 'id))) - (if (empty? id) (error "athing:id: Unable to get id") - id))) + (if (empty? id) (error "athing:id: Unable to get id") id))) (define (athing:link a) "Return athing link (HREF DESC)" -- cgit v1.2.3