Remove newline [skip ci]

This commit is contained in:
James Cole 2017-03-08 20:38:08 +01:00
parent 5957cf5ff8
commit 176c44e2b9
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -173,7 +173,6 @@ class ConvertController extends Controller
$joined = $sourceType->type . '-' . $destinationType->type;
switch ($joined) {
default:
throw new FireflyException('Cannot handle ' . $joined); // @codeCoverageIgnore
case TransactionType::WITHDRAWAL . '-' . TransactionType::DEPOSIT: // one
$destination = $sourceAccount;