Skip to content

Commit

Permalink
Format .jl files (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 7, 2020
1 parent c6254d8 commit 7a3e252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/tools/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ function _contain_fpath(rcfile)
return false
end

function install_env_path(;yes::Bool = false)
function install_env_path(; yes::Bool = false)
shell = detect_shell()

config_file = ""
Expand Down
8 changes: 2 additions & 6 deletions test/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,8 @@ write_path(rcfile, true, Dict())
d = Dict(
"name" => "foo",
"download" => Dict("repo" => "Foo.jl", "host" => "github.com", "user" => "Roger-luo"),
"install" => Dict(
"optimize" => 2,
"quiet" => false,
"completion" => true,
"compile" => "min",
),
"install" =>
Dict("optimize" => 2, "quiet" => false, "completion" => true, "compile" => "min"),
"sysimg" => Dict(
"filter_stdlibs" => false,
"cpu_target" => "native",
Expand Down

0 comments on commit 7a3e252

Please sign in to comment.