From 71221c1bbd54bde7f9c9512306267351fb3970cf Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 23 Aug 2016 20:33:02 -0400 Subject: Fix indentation in PR #2587 --- app/Core/Event/EventManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Core/Event') diff --git a/app/Core/Event/EventManager.php b/app/Core/Event/EventManager.php index 68e81a9e..48a9d299 100644 --- a/app/Core/Event/EventManager.php +++ b/app/Core/Event/EventManager.php @@ -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); -- cgit v1.2.3