Skip to content

Commit

Permalink
Remove useless {S} (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed May 22, 2021
1 parent 0d49cc1 commit 4463fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utilities/struct_of_constraints.jl
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ function struct_of_constraint_code(struct_name, types, field_types = nothing)
model::$esc_struct_name,
::Type{<:$fun},
::Type{<:$set},
) where {S}
)
return model.$field
end
end
Expand Down

0 comments on commit 4463fb7

Please sign in to comment.