Skip to content

Commit 94fd2a2

Browse files
committed
Apply format
Signed-off-by: terashima <tomoya-terashima@cybozu.co.jp>
1 parent ec4ba6d commit 94fd2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/cmd/coil-egress/sub/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func subMain() error {
7979
}
8080

8181
protocols := make([]string, 0, 0)
82-
for protocol, _ := range protocolMap {
82+
for protocol := range protocolMap {
8383
protocols = append(protocols, protocol)
8484
}
8585

0 commit comments

Comments
 (0)