chore: gofmt

This commit is contained in:
Vladimir Mihailenco 2021-09-17 14:22:23 +03:00
parent aac0ea4447
commit 7c92957d71
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ func (hs hooks) processPipeline(
ctx context.Context, cmds []Cmder, fn func(context.Context, []Cmder) error, ctx context.Context, cmds []Cmder, fn func(context.Context, []Cmder) error,
) error { ) error {
if len(hs.hooks) == 0 { if len(hs.hooks) == 0 {
err := fn(ctx, cmds) err := fn(ctx, cmds)
return err return err
} }