mirror of
https://github.com/grdl/git-get.git
synced 2026-02-04 20:19:42 +00:00
Fix issues found by nlreturn linter
This commit is contained in:
@@ -20,6 +20,7 @@ func (r *Repo) Path() string {
|
||||
// RepoEmpty creates an empty git repo.
|
||||
func RepoEmpty(t *testing.T) *Repo {
|
||||
t.Helper()
|
||||
|
||||
return RepoEmptyInDir(t, "")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user