Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andersrognstad committed May 8, 2024
1 parent 1b9db71 commit f30af59
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/kotlin/no/nav/syfo/client/PdfgenClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import io.ktor.client.call.*
import io.ktor.client.request.*
import io.ktor.client.statement.HttpResponse
import io.ktor.http.*
import no.nav.syfo.model.Dialogmelding
import no.nav.syfo.model.PdfModel
import no.nav.syfo.model.ValidationResult
import no.nav.syfo.model.sanitizeForPdfGen

class PdfgenClient(
Expand All @@ -26,4 +24,3 @@ class PdfgenClient(
}
}
}

0 comments on commit f30af59

Please sign in to comment.