From 721ae86486d36d06bb926ce07b100f040433f293 Mon Sep 17 00:00:00 2001 From: d-lau Date: Thu, 28 May 2020 11:20:20 +0900 Subject: [PATCH] gofmt --- notifier/github/client_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notifier/github/client_test.go b/notifier/github/client_test.go index c1604a3..e84a117 100644 --- a/notifier/github/client_test.go +++ b/notifier/github/client_test.go @@ -213,7 +213,7 @@ func TestHasAnyLabelDefined(t *testing.T) { want: false, }, { - rl: ResultLabels{}, + rl: ResultLabels{}, want: false, }, } @@ -271,7 +271,7 @@ func TestIsResultLabels(t *testing.T) { want: false, }, { - rl: ResultLabels{}, + rl: ResultLabels{}, label: "", want: false, },