Browse Source

:art: Clean code

Daniel 8 months ago
parent
commit
ae32c69bdd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      kernel/av/table_calc.go

+ 2 - 1
kernel/av/table_calc.go

@@ -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() {