diff --git a/store/db/sqlite/sqlcipher_enabled.go b/store/db/sqlite/sqlcipher_enabled.go index 1b98aa4bf..d6b65f9e9 100644 --- a/store/db/sqlite/sqlcipher_enabled.go +++ b/store/db/sqlite/sqlcipher_enabled.go @@ -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) {