mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-24 17:29:50 +01:00
Removed superfluous space
This commit is contained in:
parent
ec11415852
commit
6b96355973
@ -15,7 +15,7 @@ class Address extends \Faker\Provider\Address
|
||||
protected static $cityFormats = array('{{cityName}}');
|
||||
|
||||
protected static $addressFormats = array(
|
||||
'{{streetAddress}}\n {{postcode}} {{city}}',
|
||||
'{{streetAddress}}\n{{postcode}} {{city}}',
|
||||
);
|
||||
|
||||
protected static $streetSuffix = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user