Skip to content

Commit 10ad5ac

Browse files
authored
Fix: Remove space
1 parent 8e24122 commit 10ad5ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messenger.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,8 @@ different messages to them. For example:
546546
queue_name: low
547547
548548
routing:
549-
'App\Message\SmsNotification': async_priority_low
550-
'App\Message\NewUserWelcomeEmail': async_priority_high
549+
'App\Message\SmsNotification': async_priority_low
550+
'App\Message\NewUserWelcomeEmail': async_priority_high
551551
552552
.. code-block:: xml
553553

0 commit comments

Comments
 (0)