Skip to content

Commit 9ea7fa2

Browse files
committed
remove \ from eol
1 parent 374f870 commit 9ea7fa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/identify_variables.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ function identify_unique_variables(
179179
# am throwing this error to be defensive.
180180
throw(DomainError(
181181
node.type,
182-
"""Encountered a NODE_VARIABLE while parsing constraint\
183-
$constraint,\nbut we do not have an NLPEvaluator\
182+
"""Encountered a NODE_VARIABLE while parsing constraint
183+
$constraint,\nbut we do not have an NLPEvaluator
184184
to resolve this into a NODE_MOI_VARIABLE.
185185
Something has gone wrong.""",
186186
))

0 commit comments

Comments
 (0)