Skip to content

Commit ffd4978

Browse files
committed
fixup! feat: extensions
1 parent 52b2e48 commit ffd4978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tableau/document.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defmodule Tableau.Document do
2727
def render(graph, module, assigns) do
2828
[root | mods] =
2929
graph
30-
|> dbg()
30+
|> IO.inspect()
3131
|> Graph.dijkstra(module, :root)
3232
|> Enum.reverse()
3333
|> tl()

0 commit comments

Comments
 (0)