Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimg committed Nov 23, 2024
1 parent a3f3b5a commit 521fad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Xpress.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function __init__()
error("XPRESS cannot be loaded. Please run Pkg.build(\"Xpress\").")
end
if !haskey(ENV, "XPRESS_JL_NO_AUTO_INIT") &&
get(ENV, "JULIA_REGISTRYCI_AUTOMERGE", "false") != "true"
get(ENV, "JULIA_REGISTRYCI_AUTOMERGE", "false") != "true"
initialize()
end
return
Expand Down

0 comments on commit 521fad5

Please sign in to comment.