Skip to content

Commit

Permalink
ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
GardOS committed Sep 11, 2024
1 parent c0b0e36 commit 6a16cae
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 6a16cae

Please sign in to comment.