From 342e8ef4959c3d15ef00dbc4835b9440a60a3de4 Mon Sep 17 00:00:00 2001 From: odow Date: Tue, 25 May 2021 17:01:07 +1200 Subject: [PATCH] FIx formatting --- src/MOI_wrapper/MOI_wrapper.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/MOI_wrapper/MOI_wrapper.jl b/src/MOI_wrapper/MOI_wrapper.jl index 5dd6f1a..7fe1775 100644 --- a/src/MOI_wrapper/MOI_wrapper.jl +++ b/src/MOI_wrapper/MOI_wrapper.jl @@ -30,7 +30,6 @@ function VariableInfo(index::MOI.VariableIndex, column::Int) return VariableInfo(index, column, NONE, CONTINUOUS, "") end - struct ConstraintKey value::Int64 end