about summary refs log tree commit diff stats
path: root/075channel.mu
diff options
context:
space:
mode:
Diffstat (limited to '075channel.mu')
-rw-r--r--075channel.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/075channel.mu b/075channel.mu
index d47410da..1ee716a2 100644
--- a/075channel.mu
+++ b/075channel.mu
@@ -302,7 +302,6 @@ after <channel-write-initial> [
   closed?:boolean <- get *chan, closed?:offset
   return-if closed?
 ]
-
 after <channel-read-empty> [
   closed?:boolean <- get *chan, closed?:offset
   {