Skip to content

Commit 044acf2

Browse files
author
Carlotta Fabian
committed
fmt
1 parent 74aa6a6 commit 044acf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/pullrequest/gitlab.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func (c *gitlabFetcher) getPullRequest(match matcher.Result) (pullRequest, error
6363

6464
func (c *gitlabFetcher) getStatus(pr *gitlab.MergeRequest) prStatus {
6565
// https://docs.gitlab.com/ce/api/merge_requests.html
66-
var inReview = false
66+
inReview := false
6767
if len(pr.Reviewers) > 0 {
6868
inReview = true
6969
}

0 commit comments

Comments
 (0)