partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 2027845663d26fcc7db2b3a0397c56d9dd60743b
parent d5de3a425d738a4ac8ee192f8780dbac9357780a
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 12 Sep 2015 19:32:42 +0200

Added newline at the end of files to make Sensio Insights happy

Diffstat:
Mapp/config/config_dev.yml | 3+--
Mapp/config/config_test.yml | 3+--
2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml @@ -33,4 +33,4 @@ assetic: use_controller: true #swiftmailer: -# delivery_address: me@example.com- \ No newline at end of file +# delivery_address: me@example.com diff --git a/app/config/config_test.yml b/app/config/config_test.yml @@ -48,4 +48,4 @@ security: firewalls: main: anonymous: ~ - http_basic: ~- \ No newline at end of file + http_basic: ~