mirror of
https://github.com/gonum/gonum.git
synced 2025-10-09 00:50:16 +08:00
graph/encoding/dot: fix gofmt
This commit is contained in:
@@ -7,10 +7,11 @@ package dot
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"golang.org/x/tools/container/intsets"
|
||||
|
||||
"gonum.org/v1/gonum/graph"
|
||||
"gonum.org/v1/gonum/graph/formats/dot"
|
||||
"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.
|
||||
|
Reference in New Issue
Block a user