summaryrefslogtreecommitdiff
path: root/app/Select2.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2017-11-03 12:12:31 +0000
committerGreg Roach <fisharebest@gmail.com>2017-11-03 12:12:50 +0000
commit0fd39724ec01f9f77115641c88ab7da1a4b09227 (patch)
treec4dd113cffd7a8be7e851858917d176f28470e97 /app/Select2.php
parent17319d0adba30d5333e0fee0a7e5140d5c78c1e2 (diff)
downloadwebtrees-0fd39724ec01f9f77115641c88ab7da1a4b09227.tar.gz
webtrees-0fd39724ec01f9f77115641c88ab7da1a4b09227.tar.bz2
webtrees-0fd39724ec01f9f77115641c88ab7da1a4b09227.zip
CodeStyle - spacing/alignment
Diffstat (limited to 'app/Select2.php')
-rw-r--r--app/Select2.php4
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,
];