Skip to content

Commit 08bc740

Browse files
committed
fix lint
1 parent 99c2582 commit 08bc740

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

internal/tools/alloydb/alloydbwaitforoperation/alloydbwaitforoperation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ func (t Tool) Invoke(ctx context.Context, resourceMgr tools.SourceProvider, para
247247
for retries < maxRetries {
248248
select {
249249
case <-ctx.Done():
250-
return nil, util.NewAgentError("timed out waiting for operation %s", ctx.Err())
250+
return nil, util.NewAgentError("timed out waiting for operation", ctx.Err())
251251
default:
252252
}
253253

internal/tools/clickhouse/clickhouselistdatabases/clickhouselistdatabases.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ func (t Tool) GetAuthTokenHeaderName(resourceMgr tools.SourceProvider) (string,
131131

132132
func (t Tool) GetParameters() parameters.Parameters {
133133
return t.Parameters
134-
}
134+
}

internal/tools/dgraph/dgraph.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ func (t Tool) GetAuthTokenHeaderName(resourceMgr tools.SourceProvider) (string,
131131

132132
func (t Tool) GetParameters() parameters.Parameters {
133133
return t.Parameters
134-
}
134+
}

0 commit comments

Comments
 (0)