Skip to content

Commit

Permalink
chore: gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
utgwkk committed Jul 9, 2023
1 parent 3754ed3 commit c6b8723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mockgengen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func main() {
MockSetName: mockSetName,
RestArgs: args[restSeparatorIdx+1:],
}
rf := func(ctx context.Context, cmdExecutable string, cmdArgs... string) generator.Runner {
rf := func(ctx context.Context, cmdExecutable string, cmdArgs ...string) generator.Runner {
cmd := exec.CommandContext(ctx, cmdExecutable, cmdArgs...)
cmd.Stdout = os.Stdout
cmd.Stderr = os.Stderr
Expand Down

0 comments on commit c6b8723

Please sign in to comment.