Remove blank lines

This commit is contained in:
Oliver Davies 2019-01-11 00:44:44 +00:00
parent 80c217aaf3
commit 83cebc80c0

View file

@ -4,7 +4,6 @@ namespace App\Service;
class Codebird
{
/**
* @var \Codebird\Codebird
*/
@ -31,5 +30,4 @@ class Codebird
{
return $this->codebird;
}
}