mirror of
https://github.com/wneessen/go-hibp.git
synced 2024-11-09 15:32:52 +01:00
Make golinter happy
This commit is contained in:
parent
cf595cd5ea
commit
213d2dc931
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ func TestBreaches(t *testing.T) {
|
||||||
hc := New()
|
hc := New()
|
||||||
if hc == nil {
|
if hc == nil {
|
||||||
t.Errorf("hibp client creation failed")
|
t.Errorf("hibp client creation failed")
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
breachList, _, err := hc.BreachApi.Breaches()
|
breachList, _, err := hc.BreachApi.Breaches()
|
||||||
|
|
Loading…
Reference in a new issue