From 6bf458e4c354dc2f8984973a71ef270a0151cdcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Hilairet?= Date: Thu, 6 Dec 2018 10:59:49 +0400 Subject: [PATCH] add newline at end of line --- octopouce-mu/admin-bundle/1.0/config/packages/octopouce.yaml | 2 +- octopouce-mu/admin-bundle/1.0/config/routes/octopouce.yaml | 2 +- octopouce-mu/admin-bundle/1.0/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/octopouce-mu/admin-bundle/1.0/config/packages/octopouce.yaml b/octopouce-mu/admin-bundle/1.0/config/packages/octopouce.yaml index 10f29dda..ca2730ba 100644 --- a/octopouce-mu/admin-bundle/1.0/config/packages/octopouce.yaml +++ b/octopouce-mu/admin-bundle/1.0/config/packages/octopouce.yaml @@ -1,3 +1,3 @@ octopouce_admin: dashboard: - enabled: true \ No newline at end of file + enabled: true diff --git a/octopouce-mu/admin-bundle/1.0/config/routes/octopouce.yaml b/octopouce-mu/admin-bundle/1.0/config/routes/octopouce.yaml index c2c14137..9b1d1546 100644 --- a/octopouce-mu/admin-bundle/1.0/config/routes/octopouce.yaml +++ b/octopouce-mu/admin-bundle/1.0/config/routes/octopouce.yaml @@ -1,2 +1,2 @@ _octopouce_admin: - resource: "@OctopouceAdminBundle/Resources/config/routing.yaml" \ No newline at end of file + resource: "@OctopouceAdminBundle/Resources/config/routing.yaml" diff --git a/octopouce-mu/admin-bundle/1.0/manifest.json b/octopouce-mu/admin-bundle/1.0/manifest.json index d7fb8f21..18cf0e9d 100644 --- a/octopouce-mu/admin-bundle/1.0/manifest.json +++ b/octopouce-mu/admin-bundle/1.0/manifest.json @@ -10,4 +10,4 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/" } -} \ No newline at end of file +}