Skip to content

Commit

Permalink
Fjerner parenteser
Browse files Browse the repository at this point in the history
Co-authored-by: Julie Hill Roa <[email protected]>
  • Loading branch information
klaramargrethehelgemo and JulieHillRoa committed Nov 29, 2024
1 parent b7aafa6 commit 7195cbf
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,9 @@ private void flettGeografiskEnhet(PersonFraPdlRequest personFraPdlRequest, Perso
}

private Enhet fraNorg2Enhet(no.nav.common.client.norg2.Enhet enhet) {
{
return new Enhet(enhet.getEnhetNr(), enhet.getNavn());
}
return new Enhet(enhet.getEnhetNr(), enhet.getNavn());
}


public void flettKodeverk(PersonV2Data personV2Data) {
Optional<String> postnrIBostedsVegAdr = ofNullable(personV2Data.getBostedsadresse()).map(Bostedsadresse::getVegadresse).map(
Bostedsadresse.Vegadresse::getPostnummer);
Expand Down

0 comments on commit 7195cbf

Please sign in to comment.