mirror of
https://github.com/apple/pkl.git
synced 2026-04-23 08:48:36 +02:00
Remove redundant suppression (#594)
This commit is contained in:
@@ -172,7 +172,6 @@ class BaseOptions : OptionGroup() {
|
|||||||
.path()
|
.path()
|
||||||
.multiple()
|
.multiple()
|
||||||
|
|
||||||
@Suppress("HttpUrlsUsage")
|
|
||||||
val proxy: URI? by
|
val proxy: URI? by
|
||||||
option(
|
option(
|
||||||
names = arrayOf("--http-proxy"),
|
names = arrayOf("--http-proxy"),
|
||||||
|
|||||||
Reference in New Issue
Block a user