Skip to content

Commit

Permalink
chore(bazel): Drop an unnecessary code comment
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Jul 1, 2024
1 parent f1bc44b commit 0ddc883
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/package-managers/bazel/src/main/kotlin/Bazel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,6 @@ class Bazel(
}

private fun String.expandRepositoryUrl(): String =
// From looking at all current values of this field on BCR, it looks like only the special value "github:" exists.
// Otherwise, it's just the repo URL.
if (startsWith("github:")) {
val path = substringAfter("github:")
"https://github.com/$path"
Expand Down

0 comments on commit 0ddc883

Please sign in to comment.