Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlotta Fabian committed Dec 19, 2024
1 parent 74aa6a6 commit 044acf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/pullrequest/gitlab.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (c *gitlabFetcher) getPullRequest(match matcher.Result) (pullRequest, error

func (c *gitlabFetcher) getStatus(pr *gitlab.MergeRequest) prStatus {
// https://docs.gitlab.com/ce/api/merge_requests.html
var inReview = false
inReview := false
if len(pr.Reviewers) > 0 {
inReview = true
}
Expand Down

0 comments on commit 044acf2

Please sign in to comment.