Skip to content

Commit e7a7a63

Browse files
committed
Fix format
1 parent 9e7dcc8 commit e7a7a63

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Utilities/distance_to_set.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,6 @@ function distance_to_set(
615615
set::MOI.Indicator{MOI.ACTIVATE_ON_ONE},
616616
) where {T<:Number}
617617
_check_dimension(x, set)
618-
619618
return min(
620619
# Distance of x[1] from 0
621620
abs(x[1]),

0 commit comments

Comments
 (0)