From 2008ae6dc3074dd579c2d5f2a989304ae5ae5d35 Mon Sep 17 00:00:00 2001 From: Sora39831 <540587985@qq.com> Date: Mon, 6 Apr 2026 15:52:25 +0800 Subject: [PATCH] style(go): gofmt check_client_ip_job --- web/job/check_client_ip_job.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/job/check_client_ip_job.go b/web/job/check_client_ip_job.go index 0877d987..1bb58e06 100644 --- a/web/job/check_client_ip_job.go +++ b/web/job/check_client_ip_job.go @@ -26,8 +26,8 @@ type IPWithTimestamp struct { // CheckClientIpJob monitors client IP addresses from access logs and manages IP blocking based on configured limits. type CheckClientIpJob struct { - lastClear int64 - disAllowedIps []string + lastClear int64 + disAllowedIps []string fail2BanWarned bool }