Skip to content

Commit

Permalink
🤖 Format .jl files
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo committed Jul 19, 2022
1 parent 8ca528b commit ebac3f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/shiftedRootNormLhalfBinf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ mutable struct ShiftedRootNormLhalfBinf{
end
end

::ShiftedRootNormLhalfBinf)(y) = ψ.h.xk + ψ.sj + y) +
::ShiftedRootNormLhalfBinf)(y) =
ψ.h.xk + ψ.sj + y) +
.χ.sj + y) ψ.Δ ? IndBallLinf.Δ)([ψ.Δ]) : IndBallLinf.Δ)(ψ.sj + y))

shifted(
Expand Down

0 comments on commit ebac3f9

Please sign in to comment.