Skip to content

Commit

Permalink
CID-1817 minor indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredo-mfaria committed Aug 4, 2023
1 parent 79dd5b3 commit 23dee1d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ class VsmDiscoveryService(
)
} else {
logger.info("BOM processed. No libraries found for repository ${discoveryItem.projectUrl}")
summaryReportService.appendRecord("BOM processed. No libraries found for repository with url: ${discoveryItem.projectUrl} \n")
summaryReportService.appendRecord(
"BOM processed. No libraries found for repository with url: " +
"${discoveryItem.projectUrl} \n"
)
}
}
}

0 comments on commit 23dee1d

Please sign in to comment.