summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Tree.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Tree.php b/app/Tree.php
index 4fb8399446..5f03ff3fb1 100644
--- a/app/Tree.php
+++ b/app/Tree.php
@@ -638,7 +638,7 @@ class Tree
->orderBy('n')
->orderBy('len')
->orderBy('xref')
- ->chunk(100, function(Collection $rows) use ($stream, &$buffer): void {
+ ->chunk(100, function (Collection $rows) use ($stream, &$buffer): void {
foreach ($rows as $row) {
$buffer .= FunctionsExport::reformatRecord($row->gedcom);
if (strlen($buffer) > 65535) {