Skip to content

Commit

Permalink
Issue #2377 - fix vertical space
Browse files Browse the repository at this point in the history
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
  • Loading branch information
JohnTimm committed May 19, 2021
1 parent 72c6d70 commit 5aa4c92
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public boolean hasConstraint(List<Constraint> constraints, String expr) {
if (constraint.expression().equals(expr)) {
return true;
}

}
return false;
}
Expand Down

0 comments on commit 5aa4c92

Please sign in to comment.