Skip to content

Commit

Permalink
fix code block indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jul 28, 2016
1 parent a4780f8 commit 4e73a55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions service_container/service_decoration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ convention, the old ``app.mailer`` service is renamed to

.. code-block:: yaml
services:
app.mailer:
# ...
decoration_inner_name: app.decorating_mailer.wooz
arguments: ['@app.decorating_mailer.wooz']
services:
app.mailer:
# ...
decoration_inner_name: app.decorating_mailer.wooz
arguments: ['@app.decorating_mailer.wooz']
.. code-block:: xml
Expand Down

0 comments on commit 4e73a55

Please sign in to comment.