Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Sep 7, 2021
1 parent 75bbce3 commit 84591c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/GLPK.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ if haskey(ENV, "JULIA_GLPK_LIBRARY_PATH") || VERSION < v"1.3"
include(deps_file)
else
error(
"GLPK not properly installed. Please run import `Pkg; Pkg.build(\"GLPK\")`.",
"GLPK not properly installed. Please run " *
"`import Pkg; Pkg.build(\"GLPK\")`.",
)
end
else
Expand Down

0 comments on commit 84591c1

Please sign in to comment.