Skip to content

Commit c5d448b

Browse files
committed
Cleanup
1 parent 96816ce commit c5d448b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/GraphsDFG/services/GraphsDFG.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,4 +528,6 @@ function toDotFile(dfg::GraphsDFG, fileName::String="/tmp/dfg.dot")::Nothing
528528
return nothing
529529
end
530530

531-
function getSummary()::
531+
function getSummary()
532+
error("TODO")
533+
end

0 commit comments

Comments
 (0)