Skip to content

Commit a867e81

Browse files
authored
Merge pull request #12865 from gbellmann/patch-3
Fixed indentation and extra spaces
2 parents 3371710 + 4b7b3dc commit a867e81

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)