Skip to content

Commit

Permalink
rename innvilgete-vilkår.feature -> innvilgete_vilkår.feature og fjer… (
Browse files Browse the repository at this point in the history
#4075)

…n trimIndent() fra LagGyldigeBegrunnelserTestUtil.kt

Signed-off-by: fredrikpf <[email protected]>
  • Loading branch information
fredrikpf authored Oct 12, 2023
1 parent f744187 commit 1288f0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ fun hentVedtaksperiodeRaderForGyldigeBegrunnelser(vedtaksperioder: List<Vedtaksp
if (vedtaksperiode.eøsBegrunnelser.isNotEmpty()) {
"""
| ${vedtaksperiode.fom?.tilddMMyyyy() ?: ""} |${vedtaksperiode.tom?.tilddMMyyyy() ?: ""} |${vedtaksperiode.type} | EØS_FORORDNINGEN | ${vedtaksperiode.eøsBegrunnelser.joinToString { it.begrunnelse.name }} | |
""".trimIndent()
"""
} else {
""
}
Expand Down

0 comments on commit 1288f0c

Please sign in to comment.