Skip to content

Commit

Permalink
Removed mistakenly added newline
Browse files Browse the repository at this point in the history
  • Loading branch information
rubentebogt committed Sep 25, 2024
1 parent 7b31eef commit c99edb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Formatter/ATFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public function format(string $postcode) : ?string
$postcode = $this->stripPrefix($postcode, 'A');

if (preg_match('/^[1-9][0-9]{3}$/', $postcode) !== 1) {

return null;
}

Expand Down

0 comments on commit c99edb7

Please sign in to comment.