Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Apr 9, 2024
1 parent 05db7a3 commit 98e852e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/lefthook/runner/runner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ func (g *GitMock) Execute(cmd []string, _root string) (string, error) {
return "", nil
}

func (g *GitMock) CmdLinesWithinFolder(args []string, _folder string) ([]string, error) {
return g.CmdLines(args)
}

func (g *GitMock) reset() {
g.mux.Lock()
g.commands = []string{}
Expand Down

0 comments on commit 98e852e

Please sign in to comment.