Skip to content
Snippets Groups Projects
Commit abde65ea authored by Benjamin Beichler's avatar Benjamin Beichler
Browse files

remove redundant trailing ;


Signed-off-by: default avatarBenjamin Beichler <Benjamin.Beichler@uni-rostock.de>
parent 80d4f19c
No related branches found
No related tags found
No related merge requests found
......@@ -45,4 +45,4 @@ ExecutionItem WhileLoop::getNextExecItem(ExecStack &execStack, const ProcessingU
TraceManager::Inst().comment(HasCondition::conditionNotMetMsg(getName(), execStack.getActivityItemContainer().getName()));
}
return ExecutionItem::getEmptyExecutionItem();
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment