Skip to content

Commit

Permalink
chore(model): Avoid passing two default values
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Dec 27, 2024
1 parent c3c999c commit e377c4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions model/src/main/kotlin/Package.kt
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,8 @@ data class Package(
val EMPTY = Package(
id = Identifier.EMPTY,
purl = "",
authors = emptySet(),
declaredLicenses = emptySet(),
declaredLicensesProcessed = ProcessedDeclaredLicense.EMPTY,
concludedLicense = null,
description = "",
homepageUrl = "",
binaryArtifact = RemoteArtifact.EMPTY,
Expand Down

0 comments on commit e377c4d

Please sign in to comment.