Skip to content

Commit 98e4695

Browse files
authored
remove trailing space
1 parent f03406f commit 98e4695

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/src/multithreading.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ true
2525
julia> using BenchmarkTools
2626
2727
julia> @btime sum(x -> log(x)^7, $x);
28-
2928
938.583 μs (0 allocations: 0 bytes)
3029
3130
julia> @btime parallel_sum(x -> log(x)^7, $x; n=Threads.nthreads());
@@ -255,4 +254,4 @@ julia> @btime parallel_sum_atthreads($f_nonuniform, $xs; n=nthreads(), split=Con
255254
256255
julia> @btime parallel_sum_atthreads($f_nonuniform, $xs; n=nthreads(), split=RoundRobin());
257256
567.175 ms (35 allocations: 3.53 KiB)
258-
```
257+
```

0 commit comments

Comments
 (0)