diff --git a/store/user_setting.go b/store/user_setting.go index 7eed28aa..c6ea38f3 100644 --- a/store/user_setting.go +++ b/store/user_setting.go @@ -4,8 +4,9 @@ import ( "context" "github.com/pkg/errors" - storepb "github.com/usememos/memos/proto/gen/store" "google.golang.org/protobuf/encoding/protojson" + + storepb "github.com/usememos/memos/proto/gen/store" ) type UserSetting struct {