Fix spacing between two functions
[lhc/web/wiklou.git] / includes / search / SearchPostgres.php
index 9dc1e77..dff6a72 100644 (file)
@@ -217,6 +217,7 @@ class PostgresSearchResult extends SearchResult {
                parent::__construct( $row );
                $this->score = $row->score;
        }
+
        function getScore() {
                return $this->score;
        }