Skip to content

Commit 77ab2cd

Browse files
committed
minor #6777 fix code block indentation (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- fix code block indentation Commits ------- 4e73a55 fix code block indentation
2 parents a4780f8 + 4e73a55 commit 77ab2cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

service_container/service_decoration.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ convention, the old ``app.mailer`` service is renamed to
125125

126126
.. code-block:: yaml
127127
128-
services:
129-
app.mailer:
130-
# ...
131-
decoration_inner_name: app.decorating_mailer.wooz
132-
arguments: ['@app.decorating_mailer.wooz']
128+
services:
129+
app.mailer:
130+
# ...
131+
decoration_inner_name: app.decorating_mailer.wooz
132+
arguments: ['@app.decorating_mailer.wooz']
133133
134134
.. code-block:: xml
135135

0 commit comments

Comments
 (0)