Skip to content

Commit

Permalink
Adjusted formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
matmunn committed May 3, 2019
1 parent 34c4296 commit 35d9925
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions channels_rabbitmq/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,9 @@ async def _connect_and_run(self):
self._is_connected = False

logger.info("Channels connecting to RabbitMQ at %s", self.host)
transport, protocol = await aioamqp.from_url(self.host,
**self.connection_options)
transport, protocol = await aioamqp.from_url(
self.host, **self.connection_options
)

logger.debug("Connected; setting up")
channel = await protocol.channel()
Expand Down

0 comments on commit 35d9925

Please sign in to comment.