File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ function print_build_tarballs(io::IO, state::WizardState)
34
34
end
35
35
end ," ,\n " )
36
36
37
- psrepr (ps) = " PackageSpec(name=\" $(ps. name) \" , uuid=\" $(ps. uuid) \" )"
38
- dependencies_string = join (map (psrepr, state. dependencies), " \n " )
37
+ psrepr (ps) = " \n PackageSpec(name=\" $(ps. name) \" , uuid=\" $(ps. uuid) \" )"
38
+ dependencies_string = join (map (psrepr, state. dependencies))
39
39
40
40
print (io, """
41
41
# Note that this script can accept some limited command-line arguments, run
@@ -65,8 +65,7 @@ function print_build_tarballs(io::IO, state::WizardState)
65
65
]
66
66
67
67
# Dependencies that must be installed before this package can be built
68
- dependencies = [
69
- $(dependencies_string)
68
+ dependencies = [$(dependencies_string)
70
69
]
71
70
72
71
# Build the tarballs, and possibly a `build.jl` as well.
You can’t perform that action at this time.
0 commit comments