Skip to content

Commit 65e1b7d

Browse files
authored
Merge pull request #30 from control-toolbox/auto-juliaformatter-pr
[AUTO] JuliaFormatter.jl run
2 parents 7f3d157 + 2e03204 commit 65e1b7d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/make.jl

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ using OptimalControl
33

44
# For reproducibility
55
mkpath(joinpath(@__DIR__, "src", "assets"))
6-
cp(joinpath(@__DIR__, "Manifest.toml"), joinpath(@__DIR__, "src", "assets", "Manifest.toml"), force = true)
7-
cp(joinpath(@__DIR__, "Project.toml"), joinpath(@__DIR__, "src", "assets", "Project.toml"), force = true)
6+
cp(
7+
joinpath(@__DIR__, "Manifest.toml"),
8+
joinpath(@__DIR__, "src", "assets", "Manifest.toml");
9+
force=true,
10+
)
11+
cp(
12+
joinpath(@__DIR__, "Project.toml"),
13+
joinpath(@__DIR__, "src", "assets", "Project.toml");
14+
force=true,
15+
)
816

917
repo_url = "github.com/control-toolbox/Tutorials.jl"
1018

0 commit comments

Comments
 (0)