about summary refs log tree commit diff stats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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);