Skip to content

Commit 106dd72

Browse files
committed
Fix indentation
1 parent 46c67f4 commit 106dd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin/os2web/DataLookup/DatafordelerCVR.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function lookup(string $param): CompanyLookupResult {
9595
$cvrResult->setApartmentNr($address->CVRAdresse_doerbetegnelse ?? '');
9696
$cvrResult->setPostalCode($address->CVRAdresse_postnummer ?? '');
9797
$city = $address->CVRAdresse_postdistrikt ?? $cvrResult->getPostalCode();
98-
$cvrResult->setCity($city);
98+
$cvrResult->setCity($city);
9999
$cvrResult->setMunicipalityCode($address->CVRAdresse_kommunekode ?? '');
100100

101101
// Composing full address in one line.

0 commit comments

Comments
 (0)