Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
atefehmohseni authored Nov 19, 2024
1 parent 587bff3 commit df65124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scm/driver/bitbucket/pr.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func convertPullRequest(from *pr) *scm.PullRequest {
Sha: from.Destination.Commit.Hash,
},
Author: scm.User{
ID: from.Author.AccountID,
ID: from.Author.AccountID,
Name: from.Author.DisplayName,
Avatar: from.Author.Links.Avatar.Href,
},
Expand Down

0 comments on commit df65124

Please sign in to comment.