diff options
| author | Greg Roach <fisharebest@gmail.com> | 2017-11-03 12:12:31 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2017-11-03 12:12:50 +0000 |
| commit | 0fd39724ec01f9f77115641c88ab7da1a4b09227 (patch) | |
| tree | c4dd113cffd7a8be7e851858917d176f28470e97 /app/Select2.php | |
| parent | 17319d0adba30d5333e0fee0a7e5140d5c78c1e2 (diff) | |
| download | webtrees-0fd39724ec01f9f77115641c88ab7da1a4b09227.tar.gz webtrees-0fd39724ec01f9f77115641c88ab7da1a4b09227.tar.bz2 webtrees-0fd39724ec01f9f77115641c88ab7da1a4b09227.zip | |
CodeStyle - spacing/alignment
Diffstat (limited to 'app/Select2.php')
| -rw-r--r-- | app/Select2.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Select2.php b/app/Select2.php index 20a81b5b01..45aef26737 100644 --- a/app/Select2.php +++ b/app/Select2.php @@ -403,7 +403,7 @@ class Select2 extends Html { if ($place_name === $query) { $found = true; } - $results[] = [ + $results[] = [ 'id' => $place_name, 'text' => $place_name, ]; @@ -438,7 +438,7 @@ class Select2 extends Html { if ($place_name === $query) { $found = true; } - $results[] = [ + $results[] = [ 'id' => $place_name, 'text' => $place_name, ]; |
