]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/setup.php
fix CodeSniffer violations
[nominatim.git] / utils / setup.php
index 8663019624087bee395b8e27b7a4b6f5c5ee0476..89177914d8948cdb7cf189e16d2aef393d10dce1 100755 (executable)
@@ -540,7 +540,6 @@ if ($aCMDResult['calculate-postcodes'] || $aCMDResult['all']) {
         $sSQL .= "  FROM us_postcode WHERE postcode NOT IN";
         $sSQL .= "        (SELECT postcode FROM location_postcode";
         $sSQL .= "          WHERE country_code = 'us')";
-
     } else {
         $sSQL .= "TRUNCATE TABLE us_postcode";
     }