🎨 Clean code

This commit is contained in:
Daniel 2024-09-24 09:06:27 +08:00
parent 5befacdda9
commit 4746bed0f4
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -18,7 +18,6 @@ package model
import (
"bytes"
"github.com/siyuan-note/siyuan/kernel/util"
"math"
"strings"
"unicode/utf8"
@ -30,6 +29,7 @@ import (
"github.com/siyuan-note/logging"
"github.com/siyuan-note/siyuan/kernel/sql"
"github.com/siyuan-note/siyuan/kernel/treenode"
"github.com/siyuan-note/siyuan/kernel/util"
)
type GraphNode struct {