Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 4c33c40

Browse files
authored
Fix formatting (CI Ignore)
1 parent 84739cd commit 4c33c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script-library/docs/desktop-lite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you have already built your development container, run the **Rebuild Containe
5757
If you run into applications crashing, you may need to increase the size of the shared memory space. For example, this will bump it up to 1 GB in `devcontainer.json`:
5858

5959
```json
60-
runArgs: ["--shm-size=1g"]
60+
"runArgs": ["--shm-size=1g"]
6161
```
6262

6363
Or using Docker Compose:
@@ -114,7 +114,7 @@ services:
114114
4. [Optional] If you run into applications crashing, you may need to increase the size of the shared memory space. For example, this will bump it up to 1 GB in `devcontainer.json`:
115115

116116
```json
117-
runArgs: ["--init", "--shm-size=1g"]
117+
"runArgs": ["--init", "--shm-size=1g"]
118118
```
119119

120120
Or using Docker Compose:

0 commit comments

Comments
 (0)