Skip to content

Commit 1464d3d

Browse files
committed
:=
1 parent 4048ba6 commit 1464d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/pull/pull.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ func GetCommitMessages(pr *models.PullRequest) string {
642642

643643
// GetLastCommitStatus returns the last commit status for this pull request.
644644
func GetLastCommitStatus(pr *models.PullRequest) (status *models.CommitStatus, err error) {
645-
if err := pr.LoadBaseRepo(); err != nil {
645+
if err = pr.LoadBaseRepo(); err != nil {
646646
return nil, err
647647
}
648648

0 commit comments

Comments
 (0)