chore: fix linter

pull/4626/head
Johnny 6 months ago committed by GitHub
parent 18b9b9d18f
commit b94682dc4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,8 +2,10 @@ package mysql
import ( import (
"context" "context"
"fmt"
"strings" "strings"
"github.com/usememos/memos/plugin/filter"
"github.com/usememos/memos/store" "github.com/usememos/memos/store"
) )

@ -2,8 +2,10 @@ package postgres
import ( import (
"context" "context"
"fmt"
"strings" "strings"
"github.com/usememos/memos/plugin/filter"
"github.com/usememos/memos/store" "github.com/usememos/memos/store"
) )

Loading…
Cancel
Save