Skip to content

Commit

Permalink
Fix indentation in getBoadresseGyldigFraDato method
Browse files Browse the repository at this point in the history
Corrected minor indentation issue in the getBoadresseGyldigFraDato method signature. This addresses code formatting consistency for improved readability.
  • Loading branch information
krharum committed Sep 26, 2024
1 parent 8848ca9 commit fcd0c83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public void validate(FolkeregisterPersonstatusDTO artifact, PersonDTO person) {
// Ingen validering
}

private static LocalDateTime getBoadresseGyldigFraDato(PersonDTO person) {
private static LocalDateTime getBoadresseGyldigFraDato(PersonDTO person) {

return person.getBostedsadresse().stream()
.map(BostedadresseDTO::getGyldigFraOgMed)
Expand Down

0 comments on commit fcd0c83

Please sign in to comment.