Graph pruning.

This commit is contained in:
Daniel Jones 2013-03-09 19:27:28 -08:00
parent ceac4466a5
commit 6e0d8979be
5 changed files with 224 additions and 36 deletions

View file

@ -32,7 +32,6 @@ func stripIndentation(s string, mincol int) string {
break
}
}
output += line[i:]
if err != nil {