Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Aug 1, 2024
1 parent f0276e7 commit 1c5844a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/macros/@constraint.jl
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ end
function build_constraint(
error_fn::Function,
f,
::LessThanMacroSet
::LessThanMacroSet,
args...;
kwargs...,
)
Expand All @@ -869,7 +869,7 @@ end
function build_constraint(
error_fn::Function,
::Union{Matrix,LinearAlgebra.Symmetric,LinearAlgebra.Hermitian},
::LessThanMacroSet
::LessThanMacroSet,
)
return error_fn(
"""
Expand Down

0 comments on commit 1c5844a

Please sign in to comment.