Skip to content

Commit 521fad5

Browse files
committed
format
1 parent a3f3b5a commit 521fad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Xpress.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function __init__()
7373
error("XPRESS cannot be loaded. Please run Pkg.build(\"Xpress\").")
7474
end
7575
if !haskey(ENV, "XPRESS_JL_NO_AUTO_INIT") &&
76-
get(ENV, "JULIA_REGISTRYCI_AUTOMERGE", "false") != "true"
76+
get(ENV, "JULIA_REGISTRYCI_AUTOMERGE", "false") != "true"
7777
initialize()
7878
end
7979
return

0 commit comments

Comments
 (0)