Skip to content

Commit fbac429

Browse files
committed
make pedantic lint happy
Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
1 parent 879c37e commit fbac429

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ VS Code will build the container and configure the development environment autom
8080

8181
Once done, you can open a Terminal and launch the development server in the DevContainer with the following command:
8282

83-
```shell
84-
cd docs
85-
netlify dev -c 'bundle exec jekyll serve --livereload --incremental'
86-
```
83+
```shell
84+
cd docs
85+
netlify dev -c 'bundle exec jekyll serve --livereload --incremental'
86+
```
8787

8888
### Deploying the site locally
8989

0 commit comments

Comments
 (0)