summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-06-18 19:36:56 -0400
committerrsiddharth <s@ricketyspace.net>2019-06-18 19:36:56 -0400
commitfa533a8397c5f685242468e3244b3c616eb12774 (patch)
tree3e0c2294c50ea9af14f4b850c099090d115c2c6a
parent136794678e8bbe0117df97465bd6b314626ab359 (diff)
hn/g: Update athing:id
hn/g (athing:id): Re-align lines.
-rwxr-xr-xhn/g3
1 files changed, 1 insertions, 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)"