Fixup gonum.org/v1/gonum/graph API calls

This commit is contained in:
Jordan Liggitt
2019-04-06 11:04:42 -04:00
parent 27030079f3
commit bba9f5e673
2 changed files with 5 additions and 5 deletions

View File

@@ -268,7 +268,7 @@ func (h *debugHTTPHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) {
graph = h.controller.dependencyGraphBuilder.uidToNode.ToGonumGraph()
}
data, err := dot.Marshal(graph, "full", "", " ", false)
data, err := dot.Marshal(graph, "full", "", " ")
if err != nil {
http.Error(w, err.Error(), http.StatusInternalServerError)
return