Update VBoxManageConfig-not-required.mdx (#10707)

replace indentation with spaces
This commit is contained in:
Alvaro Miranda Aguilera 2021-03-01 11:06:18 +01:00 committed by GitHub
parent 5c2e47b3da
commit eea215adf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ type VBoxManageConfig struct {
// ```json
// "vboxmanage": [
// ["modifyvm", "{{.Name}}", "--memory", "1024"],
// ["modifyvm", "{{.Name}}", "--cpus", "2"]
// ["modifyvm", "{{.Name}}", "--cpus", "2"]
// ]
// ```
//

View File

@ -8,7 +8,7 @@
```json
"vboxmanage": [
["modifyvm", "{{.Name}}", "--memory", "1024"],
["modifyvm", "{{.Name}}", "--cpus", "2"]
["modifyvm", "{{.Name}}", "--cpus", "2"]
]
```