mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Remove newline [skip ci]
This commit is contained in:
parent
5957cf5ff8
commit
176c44e2b9
@ -173,7 +173,6 @@ class ConvertController extends Controller
|
|||||||
$joined = $sourceType->type . '-' . $destinationType->type;
|
$joined = $sourceType->type . '-' . $destinationType->type;
|
||||||
switch ($joined) {
|
switch ($joined) {
|
||||||
default:
|
default:
|
||||||
|
|
||||||
throw new FireflyException('Cannot handle ' . $joined); // @codeCoverageIgnore
|
throw new FireflyException('Cannot handle ' . $joined); // @codeCoverageIgnore
|
||||||
case TransactionType::WITHDRAWAL . '-' . TransactionType::DEPOSIT: // one
|
case TransactionType::WITHDRAWAL . '-' . TransactionType::DEPOSIT: // one
|
||||||
$destination = $sourceAccount;
|
$destination = $sourceAccount;
|
||||||
|
Loading…
Reference in New Issue
Block a user