Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
zbiljic committed Jan 1, 2024
1 parent f321452 commit 5c6942b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gitexec.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func gitRepoPathGc(repoPath string) ([]byte, error) {
return out, nil
}

func gitRepoReset(repoPath string, commit string) ([]byte, error) {
func gitRepoReset(repoPath, commit string) ([]byte, error) {
out, err := gitexec.Reset(&gitexec.ResetOptions{
CmdDir: repoPath,
Hard: true,
Expand Down

0 comments on commit 5c6942b

Please sign in to comment.