Skip to content

Commit 8360bfb

Browse files
authored
Merge pull request #12866 from gbellmann/patch-4
Fixed indentation in JSON samples
2 parents a867e81 + e957e9c commit 8360bfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/service-fabric/service-fabric-get-started-containers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -601,13 +601,13 @@ The Service Fabric runtime allocates 20 minutes to download and extract containe
601601

602602
```json
603603
{
604-
"name": "Hosting",
604+
"name": "Hosting",
605605
"parameters": [
606606
{
607607
"name": "ContainerImageDownloadTimeout",
608608
"value": "1200"
609609
}
610-
]
610+
]
611611
}
612612
```
613613

@@ -630,7 +630,7 @@ With the 6.2 version of the Service Fabric runtime and greater, you can start th
630630

631631
```json
632632
{
633-
"name": "Hosting",
633+
"name": "Hosting",
634634
        "parameters": [
635635
          {
636636
            "name": "ContainerServiceArguments",

0 commit comments

Comments
 (0)