Commit d6a7106b authored by Antoine Millet's avatar Antoine Millet
Browse files

Whitespace.

parent a757c9cf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -294,6 +294,7 @@ class RpcConnection(object):
           to the caller, except for the case where the method isn't found on 
           the handler.
        '''

        if set(RpcConnection.REQUEST_MESSAGE) <= set(message):
            # Handle call requests from the peer:
            if self._handler is not None: