diff options
author | mail_redacted_for_web | 2021-05-19 10:03:58 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2021-05-19 10:03:58 +0100 |
commit | e781ffc0015422365674411a1309a2e05d5f460d (patch) | |
tree | dc7a83ff49edb1f564674d846a7c434fbb29e246 /site-modules | |
parent | ab2fc06328f482ed2196ef72f383f961167401b9 (diff) | |
download | control-repo-template-e781ffc0015422365674411a1309a2e05d5f460d.tar.bz2 |
Indentation for JSON
4 spaces, closing brace at same level as opening brace
Co-authored-by: Reid Vandewiele <reid@puppet.com>
Diffstat (limited to 'site-modules')
-rw-r--r-- | site-modules/adhoc/tasks/nix_example.json | 6 |
1 files 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" +} |