]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/irc/client/internals/internals-tests.factor
factor: fix some spacing
[factor.git] / extra / irc / client / internals / internals-tests.factor
index f68db13db64afa0bd2d77f5ccb39c98d1c3e63d9..6e42eec8e5190087ccb218dc94b12d4d0e6634e3 100644 (file)
@@ -190,9 +190,10 @@ M: mb-writer dispose drop ;
   ] unit-test
 ] spawning-irc
 
-[ { H{ { "factorbot" T{ participant { nick "factorbot" } { operator t } } }
-       { "ircuser" T{ participant { nick "ircuser" } } }
-       { "voiced" T{ participant { nick "voiced" } { voice t } } } } } [
+[ { H{
+      { "factorbot" T{ participant { nick "factorbot" } { operator t } } }
+      { "ircuser" T{ participant { nick "ircuser" } } }
+      { "voiced" T{ participant { nick "voiced" } { voice t } } } } } [
       "#factortest" <irc-channel-chat>
       "ircuser" over join-participant
       [ %add-named-chat ] keep