Skip to content

Commit

Permalink
refactor(swiftpm): Make use of the default parameter value
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Feb 7, 2024
1 parent ca14861 commit ba94222
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ class SwiftPm(
return Project(
vcs = VcsInfo.EMPTY,
id = projectIdentifier,
authors = emptySet(),
declaredLicenses = emptySet(),
homepageUrl = "",
vcsProcessed = processProjectVcs(definitionFile.parentFile),
Expand Down

0 comments on commit ba94222

Please sign in to comment.