Skip to content

Commit 9b813be

Browse files
committed
fix linter issue
1 parent 5d13048 commit 9b813be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

retry/sql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ func DoTx(ctx context.Context, db *sql.DB, op func(context.Context, *sql.Tx) err
173173
// DoTxWithResult is a retryer of database/sql transactions with fallbacks on errors
174174
//
175175
// Experimental: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#experimental
176-
func DoTxWithResult[T any](ctx context.Context, db *sql.DB, //nolint:funlen
176+
func DoTxWithResult[T any](ctx context.Context, db *sql.DB,
177177
op func(context.Context, *sql.Tx) (T, error),
178178
opts ...doTxOption,
179179
) (T, error) {

0 commit comments

Comments
 (0)