From 25398309639580d93a8d3bb024f555be2ed77901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Sun, 27 Aug 2023 08:32:01 +0200 Subject: [PATCH] Remove empty code sample in docstring --- src/attributes.jl | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/attributes.jl b/src/attributes.jl index e16059e97b..7e83041236 100644 --- a/src/attributes.jl +++ b/src/attributes.jl @@ -1950,9 +1950,6 @@ end When queried with [`get`](@ref), return a `Vector{Symbol}` listing the operators supported by the model. - -```julia -``` """ struct ListOfSupportedNonlinearOperators <: AbstractOptimizerAttribute end