[Telepathy-commits] [telepathy-gabble/master] remove superfluous blank lines

Dafydd Harries daf at rhydd.org
Tue Oct 28 06:47:43 PDT 2008


---
 tests/twisted/muc/test-muc.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/tests/twisted/muc/test-muc.py b/tests/twisted/muc/test-muc.py
index 22b500c..1071a99 100644
--- a/tests/twisted/muc/test-muc.py
+++ b/tests/twisted/muc/test-muc.py
@@ -12,7 +12,6 @@ from servicetest import call_async, EventPattern
 
 def test(q, bus, conn, stream):
     conn.Connect()
-
     q.expect('dbus-signal', signal='StatusChanged', args=[0, 1])
 
     # Need to call this asynchronously as it involves Gabble sending us a
@@ -63,7 +62,6 @@ def test(q, bus, conn, stream):
     assert conn.InspectHandles(1, [3]) == ['chat at conf.localhost/bob']
 
     event = q.expect('dbus-return', method='RequestChannel')
-
     text_chan = bus.get_object(conn.bus_name, event.value[0])
 
     # Exercise basic Channel Properties from spec 0.17.7
-- 
1.5.6.5




More information about the Telepathy-commits mailing list