Skip to content

Commit 6d01484

Browse files
committed
🤖 Format .jl files
1 parent da63001 commit 6d01484

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/model.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ function CUTEstModel{T}(
133133
libsif_name = "lib$(pname)_$(precision)"
134134
if !decode
135135
isfile(outsdif) || error("CUTEst: no decoded problem found")
136-
isfile("$libsif_name.$dlext") || error("CUTEst: $libsif_name.$dlext not found; decode problem first")
136+
isfile("$libsif_name.$dlext") ||
137+
error("CUTEst: $libsif_name.$dlext not found; decode problem first")
137138
else
138139
sifdecoder(path_sifname, args...; verbose, precision)
139140
build_libsif(path_sifname; precision)

0 commit comments

Comments
 (0)