Make golinter happy

This commit is contained in:
Winni Neessen 2021-09-21 19:58:03 +02:00
parent cf595cd5ea
commit 213d2dc931

View file

@ -9,6 +9,7 @@ func TestBreaches(t *testing.T) {
hc := New()
if hc == nil {
t.Errorf("hibp client creation failed")
return
}
breachList, _, err := hc.BreachApi.Breaches()