Small update addbatch_test.go org

This commit is contained in:
2021-05-26 09:30:57 +02:00
parent d16ebd0c80
commit f24fb28266
4 changed files with 120 additions and 91 deletions

1
vt.go
View File

@@ -593,7 +593,6 @@ node [fontname=Monospace,fontsize=10,shape=box]
//nolint:unused
func (n *node) graphviz(w io.Writer, p *params, nEmpties int) (int, error) {
nChars := 4 // TODO move to global constant
if n == nil {
return nEmpties, nil
}