Commit fb66020829bf84eca15aca83c678b6e974cac705
Merge pull request #201 from mykhaly/faker_spaces
Delete useless spaces from op_faker_data.json
Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -1465,7 +1465,7 @@ |
1465 | 1465 | "longitude": 34.579872 |
1466 | 1466 | }, |
1467 | 1467 | "deliveryAddress": { |
1468 | - "postalCode": "51939 ", | |
1468 | + "postalCode": "51939", | |
1469 | 1469 | "countryName": "Україна", |
1470 | 1470 | "streetAddress": "Харківська вулиця, 49", |
1471 | 1471 | "region": "Дніпропетровська область", |
... | ... | @@ -7909,7 +7909,7 @@ |
7909 | 7909 | }, |
7910 | 7910 | { |
7911 | 7911 | "cpv_id": "24910000-6", |
7912 | - "description": "Клей СМ-11 ", | |
7912 | + "description": "Клей СМ-11", | |
7913 | 7913 | "quantity": 50, |
7914 | 7914 | "unit": { |
7915 | 7915 | "code": "KGM", | ... | ... |
Please
register
or
login
to post a comment