Skip to content

Commit 95f6e52

Browse files
committed
tutorial: Minor formatting change in task example
1 parent 78088fb commit 95f6e52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/tutorial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2847,6 +2847,7 @@ import task::spawn;
28472847
import io::println;
28482848
28492849
let some_value = 22;
2850+
28502851
do spawn {
28512852
println("This executes in the child task.");
28522853
println(#fmt("%d", some_value));

0 commit comments

Comments
 (0)