Browse Source

:art: Automatic refresh of document tree information https://github.com/siyuan-note/siyuan/issues/11043

Daniel 10 months ago
parent
commit
1e390df737
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kernel/model/push_reload.go

+ 1 - 1
kernel/model/push_reload.go

@@ -17,12 +17,12 @@
 package model
 
 import (
-	"github.com/88250/go-humanize"
 	"os"
 	"path/filepath"
 	"strings"
 	"time"
 
+	"github.com/88250/go-humanize"
 	"github.com/88250/gulu"
 	"github.com/88250/lute/ast"
 	"github.com/88250/lute/parse"