Skip to content

Commit c061e6f

Browse files
authored
lint
1 parent cc69654 commit c061e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/compile/internal/types2/initorder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func findPath(objMap map[Object]*declInfo, from, to Object, seen map[Object]bool
138138
return nil
139139
}
140140
seen[from] = true
141-
141+
142142
if _, found := objMap[from].deps[to]; found {
143143
return []Object{to}
144144
}

0 commit comments

Comments
 (0)