Skip to content

Commit

Permalink
Chore: remove duplicated semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmalkovsky committed Aug 24, 2023
1 parent 0fd2d24 commit 73e4f04
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,6 @@ public HistoricTaskInstanceQuery caseVariableValueNotEquals(String variableName,
currentOrQueryObject.scopedVariableValueNotEquals(variableName, variableValue, ScopeTypes.CMMN);
} else {
this.scopedVariableValueNotEquals(variableName, variableValue, ScopeTypes.CMMN);
;
}
return this;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,6 @@ public TaskQuery caseVariableValueNotEquals(String variableName, Object variable
currentOrQueryObject.scopedVariableValueNotEquals(variableName, variableValue, ScopeTypes.CMMN);
} else {
this.scopedVariableValueNotEquals(variableName, variableValue, ScopeTypes.CMMN);
;
}
return this;
}
Expand Down

0 comments on commit 73e4f04

Please sign in to comment.