chore(git): useless type cast

main
hau 2021-01-05 16:16:08 +07:00
parent efa0a74305
commit c68f833998
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ type Repository interface {
Log(fromRev, toRev string) ([]Commit, error)
}
var _ Repository = (*repo)(nil)
type repo struct {
r *git.Repository
}