Skip to content

Commit

Permalink
chore: fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Dec 8, 2023
1 parent 1542509 commit b2d898d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/db/sqlite/user_setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (
"database/sql"
"strings"

"github.com/pkg/errors"
"google.golang.org/protobuf/encoding/protojson"

"github.com/pkg/errors"
storepb "github.com/usememos/memos/proto/gen/store"
"github.com/usememos/memos/store"
)
Expand Down

0 comments on commit b2d898d

Please sign in to comment.