Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.
/ liandi Public archive

Commit

Permalink
🔖 发布 v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Aug 28, 2020
1 parent 2abbe1f commit 9666513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/model/graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func connectBacklinks(links *[]interface{}) {
}

const (
NodeSize = 3 // 节点默认大小
NodeSize = 2 // 节点默认大小
)

func genTreeGraph(keyword string, tree *parse.Tree, nodes *[]interface{}, links *[]interface{}) {
Expand Down

0 comments on commit 9666513

Please sign in to comment.