From 0d04bde3dd0d8ad0d4f98652818df22543938abb Mon Sep 17 00:00:00 2001 From: Joseph Bryan Date: Wed, 7 Sep 2016 00:32:40 -0400 Subject: [PATCH] reformats ++se-emit moves --- lib/drum.hoon | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/drum.hoon b/lib/drum.hoon index 43aab3edff..86464d7871 100644 --- a/lib/drum.hoon +++ b/lib/drum.hoon @@ -435,15 +435,16 @@ :: ++ se-poke :: send a poke |= {gyl/gill par/pear} - (se-emit ost %poke (drum-path gyl) gyl par) + (se-emit [ost %poke (drum-path gyl) gyl par]) :: ++ se-peer :: send a peer |= gyl/gill - (se-emit(fug (~(put by fug) gyl ~)) ost %peer (drum-path gyl) gyl /sole) + %- se-emit(fug (~(put by fug) gyl ~)) + [ost %peer (drum-path gyl) gyl /sole] :: ++ se-pull :: cancel subscription |= gyl/gill - (se-emit ost %pull (drum-path gyl) gyl ~) + (se-emit [ost %pull (drum-path gyl) gyl ~]) :: ++ se-tame :: switch connection |= gyl/gill