Format code.

This commit is contained in:
James Cole
2019-12-27 21:38:23 +01:00
parent 39cb600cc3
commit 0d48556994

View File

@@ -135,9 +135,10 @@ class ExportData extends Command
$data = $exporter->export();
if(0===count($data)) {
if (0 === count($data)) {
$this->error('You must export *something*. Use --export-transactions or another option. See docs.firefly-iii.org');
return 1;
return 1;
}
try {