Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
a1012112796 committed Feb 7, 2021
1 parent b8784f9 commit a757ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/pull/pull.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func NewPullRequest(repo *models.Repository, pull *models.Issue, labelIDs []int6
if pr.Style == models.PullRequestStyleGithub {
err = PushToBaseRepo(pr)
} else {
UpdateRef(pr)
err = UpdateRef(pr)
}
if err != nil {
return err
Expand Down

0 comments on commit a757ed5

Please sign in to comment.