Skip to content

Commit

Permalink
reviewdog comment
Browse files Browse the repository at this point in the history
  • Loading branch information
drlau committed May 28, 2020
1 parent 98a040e commit e64cff0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions notifier/github/github_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ func newFakeAPI() fakeAPI {
return comments, nil, nil
},
FakeIssuesListLabels: func(ctx context.Context, number int, opts *github.ListOptions) ([]*github.Label, *github.Response, error) {
var labels []*github.Label
labels = []*github.Label{
labels := []*github.Label{
&github.Label{
ID: github.Int64(371748792),
Name: github.String("label 1"),
Expand Down

0 comments on commit e64cff0

Please sign in to comment.