Fix lint
This commit is contained in:
parent
8621512739
commit
de34747035
1 changed files with 2 additions and 1 deletions
|
|
@ -5,11 +5,12 @@ import (
|
|||
"math"
|
||||
"sort"
|
||||
|
||||
"oss.terrastruct.com/util-go/go2"
|
||||
|
||||
"oss.terrastruct.com/d2/d2graph"
|
||||
"oss.terrastruct.com/d2/lib/geo"
|
||||
"oss.terrastruct.com/d2/lib/label"
|
||||
"oss.terrastruct.com/d2/lib/shape"
|
||||
"oss.terrastruct.com/util-go/go2"
|
||||
)
|
||||
|
||||
type sequenceDiagram struct {
|
||||
|
|
|
|||
Loading…
Reference in a new issue