From 08bc74033a816469de8eb3d1128babb9864a8cdc Mon Sep 17 00:00:00 2001 From: duwenxin99 Date: Wed, 4 Feb 2026 11:32:57 -0500 Subject: [PATCH] fix lint --- .../alloydb/alloydbwaitforoperation/alloydbwaitforoperation.go | 2 +- .../clickhouselistdatabases/clickhouselistdatabases.go | 2 +- internal/tools/dgraph/dgraph.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/tools/alloydb/alloydbwaitforoperation/alloydbwaitforoperation.go b/internal/tools/alloydb/alloydbwaitforoperation/alloydbwaitforoperation.go index 84e6c72dfb..28e93d5c55 100644 --- a/internal/tools/alloydb/alloydbwaitforoperation/alloydbwaitforoperation.go +++ b/internal/tools/alloydb/alloydbwaitforoperation/alloydbwaitforoperation.go @@ -247,7 +247,7 @@ func (t Tool) Invoke(ctx context.Context, resourceMgr tools.SourceProvider, para for retries < maxRetries { select { case <-ctx.Done(): - return nil, util.NewAgentError("timed out waiting for operation %s", ctx.Err()) + return nil, util.NewAgentError("timed out waiting for operation", ctx.Err()) default: } diff --git a/internal/tools/clickhouse/clickhouselistdatabases/clickhouselistdatabases.go b/internal/tools/clickhouse/clickhouselistdatabases/clickhouselistdatabases.go index 1a710550fc..900649f4a8 100644 --- a/internal/tools/clickhouse/clickhouselistdatabases/clickhouselistdatabases.go +++ b/internal/tools/clickhouse/clickhouselistdatabases/clickhouselistdatabases.go @@ -131,4 +131,4 @@ func (t Tool) GetAuthTokenHeaderName(resourceMgr tools.SourceProvider) (string, func (t Tool) GetParameters() parameters.Parameters { return t.Parameters -} \ No newline at end of file +} diff --git a/internal/tools/dgraph/dgraph.go b/internal/tools/dgraph/dgraph.go index 40998e9655..fb4d76f1e1 100644 --- a/internal/tools/dgraph/dgraph.go +++ b/internal/tools/dgraph/dgraph.go @@ -131,4 +131,4 @@ func (t Tool) GetAuthTokenHeaderName(resourceMgr tools.SourceProvider) (string, func (t Tool) GetParameters() parameters.Parameters { return t.Parameters -} \ No newline at end of file +}