From 1bc53360843ac3d37f9e5ac9ca0ef87aa1998cae Mon Sep 17 00:00:00 2001 From: Yi-Ting Chiu Date: Sun, 28 Sep 2025 03:55:50 -0700 Subject: [PATCH] chore: fix linter --- store/db/sqlite/sqlcipher_enabled.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {