mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 23:50:13 +01:00
🎨 Clean code
This commit is contained in:
parent
d98ea5bbfd
commit
ae32c69bdd
1 changed files with 2 additions and 1 deletions
|
|
@ -17,9 +17,10 @@
|
||||||
package av
|
package av
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/siyuan-note/siyuan/kernel/util"
|
|
||||||
"math"
|
"math"
|
||||||
"sort"
|
"sort"
|
||||||
|
|
||||||
|
"github.com/siyuan-note/siyuan/kernel/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (table *Table) CalcCols() {
|
func (table *Table) CalcCols() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue