Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
browner12 committed Dec 19, 2019
1 parent 92a9702 commit 810dfac
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ protected function getAdditionalInfo($table)

if ($similarResults->isNotEmpty()) {
$description = 'Found similar results: '.json_encode($similarResults, JSON_PRETTY_PRINT);
}

else {
} else {
$query = $this->database->table($table);

$results = $query->limit($this->show)->get();
Expand Down

0 comments on commit 810dfac

Please sign in to comment.