Completed
Push — develop ( ee4317...2525b3 )
by Greg
20:27 queued 10:23
created
app/Select2.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -382,7 +382,7 @@  discard block
 block discarded – undo
382 382
 			if ($place_name === $query) {
383 383
 				$found = true;
384 384
 			}
385
-			$results[]  = [
385
+			$results[] = [
386 386
 				'id'   => $place_name,
387 387
 				'text' => $place_name,
388 388
 			];
@@ -417,7 +417,7 @@  discard block
 block discarded – undo
417 417
 					if ($place_name === $query) {
418 418
 						$found = true;
419 419
 					}
420
-					$results[]  = [
420
+					$results[] = [
421 421
 						'id'   => $place_name,
422 422
 						'text' => $place_name,
423 423
 					];
Please login to merge, or discard this patch.