Skip to content

Commit 249434e

Browse files
committed
minor #16494 Fix: Remove space (OskarStark)
This PR was merged into the 5.4 branch. Discussion ---------- Fix: Remove space Commits ------- 10ad5ac Fix: Remove space
2 parents 8e24122 + 10ad5ac commit 249434e

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)