remove redundent return statements
This commit is contained in:
parent
f76d33a68c
commit
8de45d6fda
7 changed files with 0 additions and 59 deletions
|
@ -28,7 +28,6 @@ func TestGetNotifications(t *testing.T) {
|
|||
return
|
||||
}
|
||||
http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
|
||||
return
|
||||
}))
|
||||
defer ts.Close()
|
||||
|
||||
|
@ -76,7 +75,6 @@ func TestPushSubscription(t *testing.T) {
|
|||
return
|
||||
}
|
||||
http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
|
||||
return
|
||||
}))
|
||||
defer ts.Close()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue