From bb5fcd702f307ac9b00394d26d0cd834f19dc351 Mon Sep 17 00:00:00 2001 From: Baptiste Leduc Date: Wed, 23 May 2018 11:16:49 +0200 Subject: [PATCH] fixing indent for manifest --- weglot/translate-bundle/0.6/manifest.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/weglot/translate-bundle/0.6/manifest.json b/weglot/translate-bundle/0.6/manifest.json index 8615530b..c5c14a13 100644 --- a/weglot/translate-bundle/0.6/manifest.json +++ b/weglot/translate-bundle/0.6/manifest.json @@ -1,11 +1,11 @@ { - "bundles": { - "Weglot\\TranslateBundle\\WeglotTranslateBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - }, - "env": { - "WG_API_KEY": "..." - } + "bundles": { + "Weglot\\TranslateBundle\\WeglotTranslateBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "WG_API_KEY": "..." + } }