Skip to content

Commit bed0754

Browse files
committed
remove blank lines after file path
to be consistent throughout the docs
1 parent 858b1a7 commit bed0754

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

service_container/factories.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ Configuration of the service container then looks like this:
101101
.. code-block:: yaml
102102
103103
# app/config/services.yml
104-
105104
services:
106105
# ...
107106
@@ -160,7 +159,6 @@ Configuration of the service container then looks like this:
160159
.. code-block:: yaml
161160
162161
# app/config/services.yml
163-
164162
AppBundle\Email\NewsletterManager:
165163
class: AppBundle\Email\NewsletterManager
166164
# new syntax
@@ -187,7 +185,6 @@ example takes the ``templating`` service as an argument:
187185
.. code-block:: yaml
188186
189187
# app/config/services.yml
190-
191188
services:
192189
# ...
193190

0 commit comments

Comments
 (0)