1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

style: rm empty line

This commit is contained in:
Carlos Alexandro Becker 2017-12-30 00:58:17 -02:00
parent ed14fe7b99
commit e07caf3718
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -52,6 +52,5 @@ func TestHandlerSignals(t *testing.T) {
h.signals <- signal
assert.EqualError(tt, <-errs, fmt.Sprintf("received: %s", signal))
})
}
}