chore: fix linter

This commit is contained in:
Yi-Ting Chiu 2025-09-28 03:55:50 -07:00
parent 054eca7bf2
commit 1bc5336084
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ import (
"github.com/usememos/memos/internal/profile"
// Import the CGO-backed SQLCipher-compatible SQLite driver.
_ "github.com/mattn/go-sqlite3"
// Import the CGO-backed SQLCipher-compatible SQLite driver.
_ "github.com/mattn/go-sqlite3"
)
func openSQLiteDB(profile *profile.Profile) (*sql.DB, error) {