Skip to content

Commit

Permalink
Fiks ktlint violations
Browse files Browse the repository at this point in the history
  • Loading branch information
androa committed Aug 14, 2024
1 parent 50553d8 commit b0bac56
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,14 @@ internal class InntektIdBehovløser(
)
}

packet["@løsning"] = mapOf(
behov to mapOf(
"verdi" to inntekt.inntektId(),
"gyldigFraOgMed" to virkningsdato
packet["@løsning"] =
mapOf(
behov to
mapOf(
"verdi" to inntekt.inntektId(),
"gyldigFraOgMed" to virkningsdato,
),
)
)

// TODO: Birgitte fanger ikke opp pakker med bare ett behov, så vi må sette @final = true
if (packet["@behov"].size() == 1) packet["@final"] = true
Expand Down

0 comments on commit b0bac56

Please sign in to comment.