From 7c92957d71e101c2cba460335ac54bc138e0a6ad Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Fri, 17 Sep 2021 14:22:23 +0300 Subject: [PATCH] chore: gofmt --- redis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.go b/redis.go index 678e0eee..53a47006 100644 --- a/redis.go +++ b/redis.go @@ -85,7 +85,7 @@ func (hs hooks) processPipeline( ctx context.Context, cmds []Cmder, fn func(context.Context, []Cmder) error, ) error { if len(hs.hooks) == 0 { - err := fn(ctx, cmds) + err := fn(ctx, cmds) return err }