From e781ffc0015422365674411a1309a2e05d5f460d Mon Sep 17 00:00:00 2001 From: Marc McKinley Date: Wed, 19 May 2021 10:03:58 +0100 Subject: [PATCH] Indentation for JSON 4 spaces, closing brace at same level as opening brace Co-authored-by: Reid Vandewiele --- site-modules/adhoc/tasks/nix_example.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site-modules/adhoc/tasks/nix_example.json b/site-modules/adhoc/tasks/nix_example.json index 8c5ed75..2c4d5c7 100644 --- a/site-modules/adhoc/tasks/nix_example.json +++ b/site-modules/adhoc/tasks/nix_example.json @@ -1,4 +1,4 @@ { - "description": "This is the description for the nix_example task", - "input_method": "environment" - } + "description": "This is the description for the nix_example task", + "input_method": "environment" +}