chore: fix linter

pull/4626/head
Johnny 2 weeks 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 (
"context"
"fmt"
"strings"
"github.com/usememos/memos/plugin/filter"
"github.com/usememos/memos/store"
)

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

Loading…
Cancel
Save