Skip to content

Commit

Permalink
JuliaFormatter
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
palday and github-actions[bot] authored Jun 24, 2024
1 parent 822be0f commit 60cbed7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/optsummary.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ end
function OptSummary(
initial::Vector{T},
lowerbd::Vector{S},
optimizer::Symbol=:LN_BOBYQA; kwargs...
) where {T<:AbstractFloat, S<:AbstractFloat}
optimizer::Symbol=:LN_BOBYQA; kwargs...,
) where {T<:AbstractFloat,S<:AbstractFloat}
TS = promote_type(T, S)
return OptSummary{TS}( ; initial, lowerbd, optimizer, kwargs...)
return OptSummary{TS}(; initial, lowerbd, optimizer, kwargs...)
end

"""
Expand Down

0 comments on commit 60cbed7

Please sign in to comment.