Skip to content

Commit a5bec86

Browse files
committed
ktlint
1 parent 03a0bc6 commit a5bec86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ebms-provider/src/main/kotlin/no/nav/emottak/ebms/HttpClients.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ fun httpClientWithSendInToken(): () -> HttpClient {
9393
getEbmsSendInToken()
9494
}
9595
sendWithoutRequest { request ->
96-
val host = request.url.host;
96+
val host = request.url.host
9797
log.debug("REMOVE ME: Comparing host $host with 'ebms-send-in'...")
9898
host == "ebms-send-in"
9999
}

0 commit comments

Comments
 (0)