From 219f7e9f56ada41355b137ae82ebd6e93a489c3d Mon Sep 17 00:00:00 2001 From: Dirk Scholten Date: Thu, 12 Jul 2018 16:20:32 +0200 Subject: [PATCH] Fixed indentation to 4 spaces --- .../0.3/manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/comsave/salesforce-outbound-message-bundle/0.3/manifest.json b/comsave/salesforce-outbound-message-bundle/0.3/manifest.json index 90e280c1..f62d710a 100644 --- a/comsave/salesforce-outbound-message-bundle/0.3/manifest.json +++ b/comsave/salesforce-outbound-message-bundle/0.3/manifest.json @@ -1,8 +1,8 @@ { - "bundles": { - "Comsave\\SalesforceOutboundMessageBundle\\ComsaveSalesforceOutboundMessageBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } + "bundles": { + "Comsave\\SalesforceOutboundMessageBundle\\ComsaveSalesforceOutboundMessageBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } }