Skip to content

Commit e957e9c

Browse files
authored
Fixed indentation in JSON samples
1 parent eaad191 commit e957e9c

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
@@ -597,13 +597,13 @@ The Service Fabric runtime allocates 20 minutes to download and extract containe
597597

598598
```json
599599
{
600-
"name": "Hosting",
600+
"name": "Hosting",
601601
"parameters": [
602602
{
603603
"name": "ContainerImageDownloadTimeout",
604604
"value": "1200"
605605
}
606-
]
606+
]
607607
}
608608
```
609609

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

627627
```json
628628
{
629-
"name": "Hosting",
629+
"name": "Hosting",
630630
        "parameters": [
631631
          {
632632
            "name": "ContainerServiceArguments",

0 commit comments

Comments
 (0)