From: Christopher Allan Webber Date: Fri, 29 Apr 2016 21:50:29 +0000 (-0500) Subject: demos: botherbotherbother: Add missing newline. X-Git-Tag: v0.2.0~14 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=63aac37eb1ba788176c1452c50a6eb5a7ce3cd77 demos: botherbotherbother: Add missing newline. * demos/actors/botherbotherbother.scm (professor-be-bothered): Add missing newline. --- diff --git a/demos/actors/botherbotherbother.scm b/demos/actors/botherbotherbother.scm index db3c9d8..8daed93 100755 --- a/demos/actors/botherbotherbother.scm +++ b/demos/actors/botherbotherbother.scm @@ -81,6 +81,7 @@ ;; Oof! Those kids! (display (string-append (random-choice complaints))) + (newline) ;; More than one student is bothering us, lose our temper (if (> (hash-count (const #t) whos-bothering)