From 4e0dd1c6881754498c144f50db4158d4bff4b782 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 23 Nov 2015 17:03:41 -0600 Subject: [PATCH] removing whitespace --- demos/ircbot.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/ircbot.scm b/demos/ircbot.scm index 0aef0d5..202c18c 100755 --- a/demos/ircbot.scm +++ b/demos/ircbot.scm @@ -36,8 +36,8 @@ ;; Add yours here (_ (irc-format socket "PRIVMSG ~a :*stupid puppy look*" channel)))) - (_ - (cond + (_ + (cond (is-action (format #t "~a emoted ~s in channel ~a\n" speaker message channel)) -- 2.31.1