Format change to spaces vs. tabs. & indentation cleanup.

This commit is contained in:
Adron Hall 2016-07-14 14:54:02 -07:00
parent a7de9d9a2f
commit c4b93d00ad
1 changed files with 7 additions and 9 deletions

View File

@ -83,15 +83,13 @@ the path to the file containing the JSON.
``` {.javascript} ``` {.javascript}
{ {
"builders": [ "builders": [{
{
"type": "googlecompute", "type": "googlecompute",
"account_file": "account.json", "account_file": "account.json",
"project_id": "my project", "project_id": "my project",
"source_image": "debian-7-wheezy-v20150127", "source_image": "debian-7-wheezy-v20150127",
"zone": "us-central1-a" "zone": "us-central1-a"
} }]
]
} }
``` ```