From 84591c1c003c205ff6355a37ff3e09c99ef25895 Mon Sep 17 00:00:00 2001 From: odow Date: Tue, 7 Sep 2021 14:20:32 +1200 Subject: [PATCH] Fix formatting --- src/GLPK.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/GLPK.jl b/src/GLPK.jl index 4e149c2..2be8767 100644 --- a/src/GLPK.jl +++ b/src/GLPK.jl @@ -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