Skip to content

Commit 7c92957

Browse files
committed
chore: gofmt
1 parent aac0ea4 commit 7c92957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (hs hooks) processPipeline(
8585
ctx context.Context, cmds []Cmder, fn func(context.Context, []Cmder) error,
8686
) error {
8787
if len(hs.hooks) == 0 {
88-
err := fn(ctx, cmds)
88+
err := fn(ctx, cmds)
8989
return err
9090
}
9191

0 commit comments

Comments
 (0)