Skip to content

Commit 4381a6a

Browse files
committed
klint
1 parent 5e81a7a commit 4381a6a

File tree

1 file changed

+2
-2
lines changed
  • ebms-provider/src/main/kotlin/no/nav/emottak/ebms

1 file changed

+2
-2
lines changed

ebms-provider/src/main/kotlin/no/nav/emottak/ebms/App.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ fun Application.ebmsProviderModule() {
7070
call.respondText("Hello, world!")
7171
}
7272
if (!isProdEnv()) {
73-
packageEbxml(validator,processing)
74-
unpackageEbxml(validator,processing)
73+
packageEbxml(validator, processing)
74+
unpackageEbxml(validator, processing)
7575
}
7676
registerHealthEndpoints(appMicrometerRegistry)
7777
navCheckStatus()

0 commit comments

Comments
 (0)