Skip to content

Commit c5720cf

Browse files
committed
fix go vet
1 parent 17e4a5e commit c5720cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code.cloudfoundry.org/policy-server/store/security_groups_store.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package store
22

33
import (
44
"fmt"
5-
"sort"
5+
"strings"
66
"time"
77

88
"code.cloudfoundry.org/cf-networking-helpers/db"

0 commit comments

Comments
 (0)