Skip to content

Commit

Permalink
🤖 Format .jl files
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Sep 2, 2024
1 parent 8e92069 commit 80e120c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function CUTEstModel{T}(
efirst::Bool = true,
lfirst::Bool = true,
lvfirst::Bool = true,
) where T <: Union{Float32, Float64, Float128}
) where {T <: Union{Float32, Float64, Float128}}
sifname = (length(name) < 4 || name[(end - 3):end] != ".SIF") ? "$name.SIF" : name
if isfile(sifname)
# This file is local so make sure the full path is maintained for sifdecoder
Expand Down

0 comments on commit 80e120c

Please sign in to comment.