Remove extra whitespaces at line ends.

This commit is contained in:
elfet 2015-02-25 13:18:23 +03:00
parent 42a267b685
commit 2ee23ada16
3 changed files with 3 additions and 3 deletions

View File

@ -118,4 +118,4 @@ class OutputWatcher implements OutputInterface
{
return $this->wasWritten;
}
}
}

View File

@ -103,4 +103,4 @@ class RemoteOutput implements OutputInterface
{
return $this->output->getFormatter();
}
}
}

View File

@ -134,4 +134,4 @@ class Builder
$this->env->set('stages', (array)$stages);
return $this;
}
}
}