Skip to content

Commit 146f473

Browse files
committed
chore: Fix formatting
1 parent 213b1bd commit 146f473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/provider/gitea.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func (repo *GiteaRepository) GetInfo() (*provider.RepositoryInfo, error) {
102102
}
103103

104104
//lint:ignore U1000 Ignore unused function temporarily for debugging
105-
func (repo *GiteaRepository) getCommitsFromGitea(fromSha string, toSha string, opts *gitea.ListOptions) ([]*gitea.Commit, *gitea.Response, error) {
105+
func (repo *GiteaRepository) getCommitsFromGitea(fromSha, toSha string, opts *gitea.ListOptions) ([]*gitea.Commit, *gitea.Response, error) {
106106
return repo.client.ListRepoCommits(repo.owner, repo.repo, gitea.ListCommitOptions{
107107
SHA: toSha,
108108
ListOptions: *opts,

0 commit comments

Comments
 (0)