From 8fc152882dcf12e9b766c462a15d17d69e7db121 Mon Sep 17 00:00:00 2001 From: Michael COULLERET Date: Wed, 17 May 2017 14:56:59 +0200 Subject: [PATCH] Fix indendation manifest --- nelmio/api-doc-bundle/2.13/manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nelmio/api-doc-bundle/2.13/manifest.json b/nelmio/api-doc-bundle/2.13/manifest.json index 5bb38c3e..592eae4e 100644 --- a/nelmio/api-doc-bundle/2.13/manifest.json +++ b/nelmio/api-doc-bundle/2.13/manifest.json @@ -1,8 +1,8 @@ { - "bundles": { - "Nelmio\\ApiDocBundle\\NelmioApiDocBundle": ["all"] - }, - "copy-from-recipe": { - "etc/": "%ETC_DIR%/" - } + "bundles": { + "Nelmio\\ApiDocBundle\\NelmioApiDocBundle": ["all"] + }, + "copy-from-recipe": { + "etc/": "%ETC_DIR%/" + } }