From c72e169216f7725c428391cda70e309362d1b47c Mon Sep 17 00:00:00 2001 From: pomidorry Date: Thu, 4 Jun 2026 14:55:19 +0300 Subject: [PATCH] fix linter --- routers/web/user/setting/keys.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/web/user/setting/keys.go b/routers/web/user/setting/keys.go index f902ea0067..20896833d1 100644 --- a/routers/web/user/setting/keys.go +++ b/routers/web/user/setting/keys.go @@ -353,7 +353,7 @@ func loadKeysData(ctx *context.Context) { *user_model.SSHKeypair PublicKeyWithComment string }{ - SSHKeypair: mirrorKeypair, + SSHKeypair: mirrorKeypair, PublicKeyWithComment: publicKeyWithComment, }