mirror of
https://github.com/gonum/gonum.git
synced 2025-10-06 15:47:01 +08:00
graph/encoding/dot: run go fmt -s
This commit is contained in:
@@ -140,7 +140,6 @@ type edge struct {
|
|||||||
from, to int64
|
from, to int64
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func (p *simpleGraphPrinter) print(g graph.Graph, name string, needsIndent, isSubgraph bool) error {
|
func (p *simpleGraphPrinter) print(g graph.Graph, name string, needsIndent, isSubgraph bool) error {
|
||||||
if name == "" {
|
if name == "" {
|
||||||
if g, ok := g.(Graph); ok {
|
if g, ok := g.(Graph); ok {
|
||||||
|
Reference in New Issue
Block a user