From 5e14eceb47cdfe2f4ea741f5a6a0435e7ecfb755 Mon Sep 17 00:00:00 2001 From: Wille Marcel Date: Sun, 27 Aug 2017 15:09:40 -0300 Subject: [PATCH] remove addr:unit from Brazil addresses field --- data/address-formats.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/address-formats.json b/data/address-formats.json index e17b00877..0589f566b 100644 --- a/data/address-formats.json +++ b/data/address-formats.json @@ -45,7 +45,7 @@ { "countryCodes": ["br"], "format": [ - ["street","unit"], + ["street"], ["housenumber", "suburb"], ["city", "postcode"] ]