From 3f7dd88bdcfbf6f991568a6fe655d747bfe8b4dc Mon Sep 17 00:00:00 2001 From: tbphp Date: Mon, 7 Jul 2025 23:58:55 +0800 Subject: [PATCH] fix: code space --- internal/services/key_cron_service.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/services/key_cron_service.go b/internal/services/key_cron_service.go index 79e9c6c..f6d44cc 100644 --- a/internal/services/key_cron_service.go +++ b/internal/services/key_cron_service.go @@ -135,7 +135,6 @@ func (s *KeyCronService) runAsLeader() { } } - // submitValidationJobs finds groups and keys that need validation and submits them to the pool. func (s *KeyCronService) submitValidationJobs() { logrus.Info("KeyCronService: Starting validation submission cycle.")