Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
drlau committed May 28, 2020
1 parent b447f8f commit 721ae86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notifier/github/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func TestHasAnyLabelDefined(t *testing.T) {
want: false,
},
{
rl: ResultLabels{},
rl: ResultLabels{},
want: false,
},
}
Expand Down Expand Up @@ -271,7 +271,7 @@ func TestIsResultLabels(t *testing.T) {
want: false,
},
{
rl: ResultLabels{},
rl: ResultLabels{},
label: "",
want: false,
},
Expand Down

0 comments on commit 721ae86

Please sign in to comment.