Skip to content

Commit

Permalink
refactor(swiftpm): Apply a minor code beautification
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Jan 24, 2024
1 parent bb7f83b commit edb508f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class SwiftPm(

val packages = parseLockfile(packageResolvedFile).onFailure {
issues += Issue(source = managerName, message = it.message.orEmpty())
}.getOrNull() ?: emptySet()
}.getOrDefault(emptySet())

return listOf(
ProjectAnalyzerResult(
Expand Down

0 comments on commit edb508f

Please sign in to comment.