From bed07543e111d987cf335edc43f4696b548df90a Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 12 Mar 2019 12:16:06 +0100 Subject: [PATCH] remove blank lines after file path to be consistent throughout the docs --- service_container/factories.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/service_container/factories.rst b/service_container/factories.rst index 09fce40c3ba..2fcea664b3e 100644 --- a/service_container/factories.rst +++ b/service_container/factories.rst @@ -101,7 +101,6 @@ Configuration of the service container then looks like this: .. code-block:: yaml # app/config/services.yml - services: # ... @@ -160,7 +159,6 @@ Configuration of the service container then looks like this: .. code-block:: yaml # app/config/services.yml - AppBundle\Email\NewsletterManager: class: AppBundle\Email\NewsletterManager # new syntax @@ -187,7 +185,6 @@ example takes the ``templating`` service as an argument: .. code-block:: yaml # app/config/services.yml - services: # ...