refactor: fix up adjacencies as part of joinResult.result()

This commit is contained in:
Matthias Radestock
2017-12-17 15:55:21 +00:00
parent e5117a652f
commit f16908aea9
4 changed files with 17 additions and 24 deletions

View File

@@ -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