Skip to content

Commit a8ce667

Browse files
committed
Format
1 parent b252f0c commit a8ce667

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/Bridges/Constraint/single_bridge_optimizer.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ mutable struct SingleBridgeOptimizer{BT<:AbstractBridge,OT<:MOI.ModelLike} <:
5757
nothing,
5858
)
5959
end
60-
6160
end
6261

6362
bridges(::MOI.Bridges.AbstractBridgeOptimizer) = EmptyMap()

src/Utilities/lazy_iterators.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ struct VectorLazyMap{T,VT<:AbstractVector,F} <: AbstractVector{T}
6666
function VectorLazyMap{T}(f, data) where {T}
6767
return new{T,typeof(data),typeof(f)}(f, data)
6868
end
69-
7069
end
7170

7271
function lazy_map(::Type{T}, f, data::AbstractVector) where {T}

0 commit comments

Comments
 (0)