From 6246354f477473d8480d67ce25e9c5b9234f0852 Mon Sep 17 00:00:00 2001 From: Marc McKinley Date: Wed, 19 May 2021 10:04:45 +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/win_example.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site-modules/adhoc/tasks/win_example.json b/site-modules/adhoc/tasks/win_example.json index cfac998..42dccda 100644 --- a/site-modules/adhoc/tasks/win_example.json +++ b/site-modules/adhoc/tasks/win_example.json @@ -1,4 +1,4 @@ { - "description": "This is the description for the win_example task", - "input_method": "powershell" - } + "description": "This is the description for the win_example task", + "input_method": "powershell" +}