We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4ba6d commit 94fd2a2Copy full SHA for 94fd2a2
v2/cmd/coil-egress/sub/run.go
@@ -79,7 +79,7 @@ func subMain() error {
79
}
80
81
protocols := make([]string, 0, 0)
82
- for protocol, _ := range protocolMap {
+ for protocol := range protocolMap {
83
protocols = append(protocols, protocol)
84
85
0 commit comments