From 832b0185c7eadefa8774a0c4cf6644f6340dda20 Mon Sep 17 00:00:00 2001 From: alfadb Date: Tue, 3 Mar 2026 18:00:49 +0800 Subject: [PATCH] style: fix gofmt formatting in ops_settings.go Remove extra space before inline comment to pass golangci-lint gofmt check. Co-Authored-By: Claude Opus 4.6 --- backend/internal/service/ops_settings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/internal/service/ops_settings.go b/backend/internal/service/ops_settings.go index 1fc05ab2..7514cc80 100644 --- a/backend/internal/service/ops_settings.go +++ b/backend/internal/service/ops_settings.go @@ -368,7 +368,7 @@ func defaultOpsAdvancedSettings() *OpsAdvancedSettings { Aggregation: OpsAggregationSettings{ AggregationEnabled: false, }, - IgnoreCountTokensErrors: true, // count_tokens 404 是预期行为,默认忽略 + IgnoreCountTokensErrors: true, // count_tokens 404 是预期行为,默认忽略 IgnoreContextCanceled: true, // Default to true - client disconnects are not errors IgnoreNoAvailableAccounts: false, // Default to false - this is a real routing issue AutoRefreshEnabled: false,