Victor Vasiliev has submitted this change and it was merged.

Change subject: Remove trailing whitespace.
......................................................................


Remove trailing whitespace.

Change-Id: I28f21941481b50771b35473a157e42cb7b0c3fbe
---
M rcsub.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Victor Vasiliev: Verified; Looks good to me, approved



diff --git a/rcsub.py b/rcsub.py
index 024607f..adbef3b 100644
--- a/rcsub.py
+++ b/rcsub.py
@@ -46,7 +46,7 @@
 
         self.channels.append(channel)
         router.subscribe(channel, self)
-    
+
     def unsubscribe(self, channel):
         if channel not in self.channels:
             raise ProtocolError('Trying to unsubscribe from channel you are 
not subscribed to')

-- 
To view, visit https://gerrit.wikimedia.org/r/52960
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I28f21941481b50771b35473a157e42cb7b0c3fbe
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/rcsub
Gerrit-Branch: master
Gerrit-Owner: Victor Vasiliev <[email protected]>
Gerrit-Reviewer: Victor Vasiliev <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to