From 4ac6d73d8c2a18f6ddb7fb292c5a64db684a4468 Mon Sep 17 00:00:00 2001 From: Sam <sam@1485048.no-reply.drupal.org> Date: Sun, 3 Dec 2017 13:15:34 +0800 Subject: [PATCH] Fix indent --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 53ef3b8..6bef6aa 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "drupal/json_ld_schema", - "type": "drupal-module", - "require": { - "php": ">=7.0", - "spatie/schema-org": "^1.4" - } + "name": "drupal/json_ld_schema", + "type": "drupal-module", + "require": { + "php": ">=7.0", + "spatie/schema-org": "^1.4" + } } -- GitLab