"git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "7060596a301f56f7b560d3df4e7a749365a2edd2"
Commit 832b0185 authored by alfadb's avatar alfadb
Browse files

style: fix gofmt formatting in ops_settings.go



Remove extra space before inline comment to pass golangci-lint gofmt check.
Co-Authored-By: default avatarClaude Opus 4.6 <noreply@anthropic.com>
parent b1719b26
...@@ -368,7 +368,7 @@ func defaultOpsAdvancedSettings() *OpsAdvancedSettings { ...@@ -368,7 +368,7 @@ func defaultOpsAdvancedSettings() *OpsAdvancedSettings {
Aggregation: OpsAggregationSettings{ Aggregation: OpsAggregationSettings{
AggregationEnabled: false, AggregationEnabled: false,
}, },
IgnoreCountTokensErrors: true, // count_tokens 404 是预期行为,默认忽略 IgnoreCountTokensErrors: true, // count_tokens 404 是预期行为,默认忽略
IgnoreContextCanceled: true, // Default to true - client disconnects are not errors IgnoreContextCanceled: true, // Default to true - client disconnects are not errors
IgnoreNoAvailableAccounts: false, // Default to false - this is a real routing issue IgnoreNoAvailableAccounts: false, // Default to false - this is a real routing issue
AutoRefreshEnabled: false, AutoRefreshEnabled: false,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment