From 8512815a6dcaed077d5606c042985784a0b7dd28 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Fri, 10 Jan 2014 06:29:24 -0800 Subject: [PATCH] Whitespace --- examples/channels/channels.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/channels/channels.sh b/examples/channels/channels.sh index 8590e1f..0d37c18 100644 --- a/examples/channels/channels.sh +++ b/examples/channels/channels.sh @@ -1,6 +1,6 @@ # When we run the program the `"ping"` message is -# successfully passed from one goroutine to another via our -# channel. +# successfully passed from one goroutine to another via +# our channel. $ go run channels.go ping