🎨 Clean code

This commit is contained in:
Daniel 2024-10-21 10:24:43 +08:00
parent d98ea5bbfd
commit ae32c69bdd
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -17,9 +17,10 @@
package av
import (
"github.com/siyuan-note/siyuan/kernel/util"
"math"
"sort"
"github.com/siyuan-note/siyuan/kernel/util"
)
func (table *Table) CalcCols() {