Skip to content

Commit

Permalink
fix: linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawrence-Dawson committed Jul 30, 2024
1 parent e53de70 commit 9458c68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/cdep/git/validate_repo.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package git

import (
"errors"
"strings"

"github.com/cuvva/cuvva-public-go/lib/cher"
gogit "github.com/go-git/go-git/v5"
"github.com/pkg/errors"
"strings"
)

func CheckRepo(repo *gogit.Repository) (*gogit.Remote, error) {
Expand Down

0 comments on commit 9458c68

Please sign in to comment.