Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
darkleaf committed Oct 31, 2024
1 parent 4306503 commit 52293e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darkleaf/di/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@
(defn- graphviz-id [x]
(str "\"" x "\""))

(defn render-graphviz [root middlewares]
(defn graphviz [root middlewares]
(let [components (inspect root middlewares)]
(with-out-str
(println "digraph {")
Expand Down

0 comments on commit 52293e2

Please sign in to comment.