Skip to content

Commit a59790a

Browse files
authored
Remove trailing whitespace (#210)
1 parent fa576f8 commit a59790a

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/BenchmarksAndMicroIntegration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
Pkg.develop(PackageSpec(path="downstream"))
3939
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
4040
Pkg.update()
41-
include(pwd()*"/perf/runtests.jl")
41+
include(pwd()*"/perf/runtests.jl")
4242
catch err
4343
err isa Pkg.Resolve.ResolverError || rethrow()
4444
# If we can't resolve that means this is incompatible by SemVer and this is fine
@@ -47,4 +47,3 @@ jobs:
4747
@info "Not compatible with this release. No problem." exception=err
4848
exit(0) # Exit immediately, as a success
4949
end
50-

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Projects files
22
Manifest*
33
*.cov
4-
docs/build
4+
docs/build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ See the [docs](https://turinglang.github.io/Libtask.jl/dev) for example usage.
1010

1111
Used in the [Turing](https://github.com/TuringLang/Turing.jl) probabilistic programming language to implement various particle-based inference methods, for example, those in [AdvancedPS.jl](https://github.com/TuringLang/AdvancedPS.jl/).
1212

13-
[ResumableFunctions.jl](https://github.com/JuliaDynamics/ResumableFunctions.jl) provides resumable functions similar to Libtask's, but lacks copying.
13+
[ResumableFunctions.jl](https://github.com/JuliaDynamics/ResumableFunctions.jl) provides resumable functions similar to Libtask's, but lacks copying.

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Libtask.produce
2424
Libtask.get_taped_globals
2525
```
2626

27-
An opt-in mechanism marks functions that might contain `Libtask.produce` statements.
27+
An opt-in mechanism marks functions that might contain `Libtask.produce` statements.
2828

2929
```@docs; canonical=true
3030
Libtask.might_produce(::Type{<:Tuple})

0 commit comments

Comments
 (0)