mirror of
https://github.com/gonum/gonum.git
synced 2025-10-08 16:40:06 +08:00
graph/encoding/dot: fix gofmt
This commit is contained in:
@@ -7,10 +7,11 @@ package dot
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
|
"golang.org/x/tools/container/intsets"
|
||||||
|
|
||||||
"gonum.org/v1/gonum/graph"
|
"gonum.org/v1/gonum/graph"
|
||||||
"gonum.org/v1/gonum/graph/formats/dot"
|
"gonum.org/v1/gonum/graph/formats/dot"
|
||||||
"gonum.org/v1/gonum/graph/formats/dot/ast"
|
"gonum.org/v1/gonum/graph/formats/dot/ast"
|
||||||
"golang.org/x/tools/container/intsets"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// Builder is a graph that can have user-defined nodes and edges added.
|
// Builder is a graph that can have user-defined nodes and edges added.
|
||||||
|
Reference in New Issue
Block a user