Skip to content

Commit

Permalink
Unnecessary comment
Browse files Browse the repository at this point in the history
Signed-off-by: nigel brown <[email protected]>
  • Loading branch information
therealnb committed May 15, 2024
1 parent a91c68a commit 94653f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/trusty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ function trustyEcosystem(ecosystem: string): string {

function formatName(name: string): string {
return encodeURIComponent(name.toLowerCase())
// .replace(/_/g, '-'));
}

// Construct API URL
Expand Down

0 comments on commit 94653f8

Please sign in to comment.