From 06cfebc114db2358d1ae50ad99fd98fa59cff483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20May?= Date: Thu, 8 Oct 2020 15:40:55 +0200 Subject: [PATCH] fix indentation of manifest.json --- .../nflfastR-symfony-bundle/0.1/manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hanspeterording/nflfastR-symfony-bundle/0.1/manifest.json b/hanspeterording/nflfastR-symfony-bundle/0.1/manifest.json index 7e357a98..95fd0354 100644 --- a/hanspeterording/nflfastR-symfony-bundle/0.1/manifest.json +++ b/hanspeterording/nflfastR-symfony-bundle/0.1/manifest.json @@ -1,8 +1,8 @@ { - "bundles": { - "HansPeterOrding\\NflfastRSymfonyBundle\\NflfastRSymfonyBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } + "bundles": { + "HansPeterOrding\\NflfastRSymfonyBundle\\NflfastRSymfonyBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } }