Skip to content
Snippets Groups Projects
Unverified Commit b0a49a91 authored by Justus Dieckmann's avatar Justus Dieckmann Committed by GitHub
Browse files

Remove empty lines

parent 746fd3cc
No related branches found
No related tags found
No related merge requests found
...@@ -402,8 +402,6 @@ class workflow_settings { ...@@ -402,8 +402,6 @@ class workflow_settings {
'triggername', $triggers, '', array('' => get_string('add_new_trigger_instance', 'tool_lifecycle'))); 'triggername', $triggers, '', array('' => get_string('add_new_trigger_instance', 'tool_lifecycle')));
} }
if (workflow_manager::is_editable($this->workflowid)) { if (workflow_manager::is_editable($this->workflowid)) {
$steps = step_manager::get_step_types(); $steps = step_manager::get_step_types();
echo '<span class="ml-1"></span>'; echo '<span class="ml-1"></span>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment