Skip to content

Commit

Permalink
chore(model): Sort the when cases in getPurlType() alphabetically
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <x9fviern@zeiss.com>
  • Loading branch information
fviernau committed Dec 5, 2024
1 parent 2e31827 commit a2c5cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/src/main/kotlin/utils/PurlExtensions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ fun Identifier.getPurlType() =
"composer" -> PurlType.COMPOSER
"conan" -> PurlType.CONAN
"crate" -> PurlType.CARGO
"go" -> PurlType.GOLANG
"gem" -> PurlType.GEM
"go" -> PurlType.GOLANG
"hackage" -> PurlType.HACKAGE
"maven" -> PurlType.MAVEN
"npm" -> PurlType.NPM
Expand Down

0 comments on commit a2c5cd6

Please sign in to comment.