소스 검색

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

Daniel 10 달 전
부모
커밋
1e390df737
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"