Skip to content

Commit

Permalink
IS-2460: Formatering
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusfoss committed Dec 6, 2024
1 parent 4dd1785 commit 671603c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ data class OppfolgingsoppgaveDTO(
val tekst: String?,
val oppfolgingsgrunn: String,
val frist: LocalDate?,
){
) {
companion object {
fun fromOppfolgingsoppgaveNewDTO(oppfolgingsoppgaveNewDTO: OppfolgingsoppgaveNewDTO): OppfolgingsoppgaveDTO =
OppfolgingsoppgaveDTO(
Expand Down Expand Up @@ -59,4 +59,4 @@ data class OppfolgingoppgaveVersjonDTO(
val tekst: String?,
val oppfolgingsgrunn: String,
val frist: LocalDate?,
)
)

0 comments on commit 671603c

Please sign in to comment.