Skip to content

Commit be722c8

Browse files
Fix linting
1 parent b8a57ed commit be722c8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/hello_nextflow/07_hello_modules.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ cd hello-modules
3434
```
3535

3636
!!! warning
37-
If you're continuing on directly from Part 5, you'll need to move up one directory first.
38-
```
39-
cd ../hello-modules
40-
```
37+
If you're continuing on directly from Part 5, you'll need to move up one directory first.
38+
` cd ../hello-modules
39+
`
4140

4241
The `hello-modules` directory has the same content and structure that you're expected to end up with in `hello-config` on completion of Part 5.
4342

@@ -196,7 +195,7 @@ _Before:_
196195

197196
```groovy title="hello-modules/main.nf" linenums="73"
198197
workflow {
199-
````
198+
```
200199

201200
_After:_
202201

0 commit comments

Comments
 (0)