about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <hi@eli.li>2023-03-03 12:47:33 -0500
committerelioat <hi@eli.li>2023-03-03 12:47:33 -0500
commit47c6ab02ccbcac79cfc0b749000626898f95122c (patch)
tree4a4634042c5da5fcaafce99b22ebe4b5ca1fbcd7
parent1b103d03494d37144a3c39587d216a73511e2690 (diff)
downloadtour-47c6ab02ccbcac79cfc0b749000626898f95122c.tar.gz
*
-rw-r--r--lisp/js/l.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/js/l.html b/lisp/js/l.html
index 06c4357..9784596 100644
--- a/lisp/js/l.html
+++ b/lisp/js/l.html
@@ -32,7 +32,6 @@
 		(print 
 			(bird "tweet " "twoot"))
 
-
 		)`;
 
 		const ret = lisp.run(a);