fix style

This commit is contained in:
Sarah Hoffmann
2020-05-18 22:20:36 +02:00
parent 57510f517a
commit cadbdaff18
2 changed files with 10 additions and 11 deletions

View File

@@ -449,8 +449,8 @@ class PlaceLookup
}
$aPlace['addresstype'] = ClassTypes\getLabelTag(
$aPlace,
$aPlace['country_code']
$aPlace,
$aPlace['country_code']
);
}