formatted using gofmt
This commit is contained in:
parent
ce6e21d4aa
commit
f9ee0e77fc
1 changed files with 14 additions and 14 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
package exporter
|
package exporter
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"io"
|
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
"io"
|
||||||
"strconv"
|
"strconv"
|
||||||
|
|
||||||
"github.com/google/cayley/graph"
|
"github.com/google/cayley/graph"
|
||||||
|
|
@ -156,7 +156,7 @@ func (exp *Exporter) ExportGraphml() {
|
||||||
exp.Write("</data>\n </edge>\n")
|
exp.Write("</data>\n </edge>\n")
|
||||||
exp.count++
|
exp.count++
|
||||||
}
|
}
|
||||||
exp.Write(" </graph>\n</graphml>\n");
|
exp.Write(" </graph>\n</graphml>\n")
|
||||||
}
|
}
|
||||||
|
|
||||||
//print out the string quoted, escaped
|
//print out the string quoted, escaped
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue