From 6a16caeafbe6c4d2b68f0fdfc0e9c610fc73c500 Mon Sep 17 00:00:00 2001 From: Gard Opsahl Skaare Date: Wed, 11 Sep 2024 17:14:11 +0200 Subject: [PATCH] ktlint --- .../kotlin/no/nav/emottak/smtp/cpasync/CpaSyncService.kt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/smtp-listeners/src/main/kotlin/no/nav/emottak/smtp/cpasync/CpaSyncService.kt b/smtp-listeners/src/main/kotlin/no/nav/emottak/smtp/cpasync/CpaSyncService.kt index d9e8ea5b..4833b5a7 100644 --- a/smtp-listeners/src/main/kotlin/no/nav/emottak/smtp/cpasync/CpaSyncService.kt +++ b/smtp-listeners/src/main/kotlin/no/nav/emottak/smtp/cpasync/CpaSyncService.kt @@ -61,8 +61,9 @@ class CpaSyncService(private val cpaRepoClient: HttpClient, private val nfsConne val cpaId = getCpaIdFromCpaContent(cpaContent) if (cpaId == null) { - log.warn("Regex to find CPA ID in file ${nfsCpaFile.filename} did not find any match. " + - "File corrupted or wrongful regex. Aborting sync." + log.warn( + "Regex to find CPA ID in file ${nfsCpaFile.filename} did not find any match. " + + "File corrupted or wrongful regex. Aborting sync." ) return null }