Fix indentation in PR #2587

This commit is contained in:
Frederic Guillot
2016-08-23 20:33:02 -04:00
parent fb24b527f2
commit 71221c1bbd
3 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ class EventManager
TaskModel::EVENT_CREATE_UPDATE => t('Task creation or modification'),
TaskModel::EVENT_ASSIGNEE_CHANGE => t('Task assignee change'),
TaskModel::EVENT_DAILY_CRONJOB => t('Daily background job for tasks'),
TaskModel::EVENT_MOVE_SWIMLANE => t('Move a task to another swimlane'),
TaskModel::EVENT_MOVE_SWIMLANE => t('Move a task to another swimlane'),
);
$events = array_merge($events, $this->events);