[ticket/13232] Fix indentation

PHPBB3-13232
This commit is contained in:
Nils Adermann 2014-10-27 15:45:24 -07:00
parent df5366a5ca
commit 0cdd071230

View file

@ -72,8 +72,8 @@ class manager
* @return \phpbb\cron\task\wrapper|null
*/
public function find_one_ready_task()
{
shuffle($this->tasks);
{
shuffle($this->tasks);
foreach ($this->tasks as $task)
{
if ($task->is_ready())