From 1f26a0960a294fbff376b1b9bf9bb7310c29af22 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Mon, 28 Oct 2019 21:17:28 +0100 Subject: [PATCH] Cleanup --- rapsys/airbundle/master/manifest.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/rapsys/airbundle/master/manifest.json b/rapsys/airbundle/master/manifest.json index cb6e981..b3b51d4 100644 --- a/rapsys/airbundle/master/manifest.json +++ b/rapsys/airbundle/master/manifest.json @@ -1,11 +1,11 @@ { - "bundles": { - "Rapsys\\AirBundle\\RapsysAirBundle": ["all"] - }, - "container": { - "locale": "en" - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } + "bundles": { + "Rapsys\\AirBundle\\RapsysAirBundle": ["all"] + }, + "container": { + "locale": "en" + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } } -- 2.41.1