Skip to content

Commit

Permalink
Merge pull request #4 from CycloneDX/feat/component-as-packageurl
Browse files Browse the repository at this point in the history
fix: whitespace on empty line removed
  • Loading branch information
madpah committed Sep 14, 2021
2 parents 6142d2e + cfc952e commit ddc37f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyclonedx/model/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def set_license(self, license_str: str):
def to_package_url(self) -> PackageURL:
"""
Return a PackageURL representation of this Component.
:return: PackageURL
"""""
return PackageURL(
Expand Down

0 comments on commit ddc37f3

Please sign in to comment.