Skip to content

Commit 4b7b3dc

Browse files
authored
Fixed indentation and extra spaces
Fixed the indentation and two extra spaces in the JSON samples
1 parent eaad191 commit 4b7b3dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -429,13 +429,13 @@ The Service Fabric runtime allocates 20 minutes to download and extract containe
429429
430430
```json
431431
{
432-
"name": "Hosting",
432+
"name": "Hosting",
433433
"parameters": [
434434
{
435-
"name": " ContainerImageDownloadTimeout ",
435+
"name": "ContainerImageDownloadTimeout",
436436
"value": "1200"
437437
}
438-
]
438+
]
439439
}
440440
```
441441
@@ -458,7 +458,7 @@ With the 6.2 version of the Service Fabric runtime and greater, you can start th
458458
459459
```json
460460
{
461-
"name": "Hosting",
461+
"name": "Hosting",
462462
        "parameters": [
463463
          {
464464
            "name": "ContainerServiceArguments",

0 commit comments

Comments
 (0)