formatted using gofmt

This commit is contained in:
David Schor 2015-08-15 06:58:42 -04:00
parent ce6e21d4aa
commit f9ee0e77fc

View file

@ -1,8 +1,8 @@
package exporter
import (
"io"
"encoding/json"
"io"
"strconv"
"github.com/google/cayley/graph"
@ -156,7 +156,7 @@ func (exp *Exporter) ExportGraphml() {
exp.Write("</data>\n </edge>\n")
exp.count++
}
exp.Write(" </graph>\n</graphml>\n");
exp.Write(" </graph>\n</graphml>\n")
}
//print out the string quoted, escaped