mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
refactor: fix up adjacencies as part of joinResult.result()
This commit is contained in:
@@ -100,8 +100,7 @@ func (c connectionJoin) Render(rpt report.Report) Nodes {
|
||||
}
|
||||
}
|
||||
ret.copyUnmatched(inputNodes)
|
||||
ret.fixupAdjacencies(endpoints)
|
||||
return ret.result()
|
||||
return ret.result(endpoints)
|
||||
}
|
||||
|
||||
// FilterEmpty is a Renderer which filters out nodes which have no children
|
||||
|
||||
Reference in New Issue
Block a user