Skip to content

Commit 88676e5

Browse files
committed
Minor simplification
1 parent 96b9efb commit 88676e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/pkg/pass1/export.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@ func (c *spoc) exportUsersAndServiceLists(dir string,
11801180
}
11811181

11821182
visibleOwner := getVisibleOwner(allObjects, pInfo, oInfo)
1183-
for ow := range maps.Keys(c.symTable.owner) {
1183+
for ow := range c.symTable.owner {
11841184
type2sMap := owner2type2sMap[ow]
11851185
type2snames := make(map[string]stringList)
11861186
service2users := make(map[string]stringList)

0 commit comments

Comments
 (0)