From fe9025bfa68dcf604954cd9d0a08c9b41c6cd313 Mon Sep 17 00:00:00 2001 From: Ben Meier Date: Tue, 25 Jun 2024 17:14:26 +0100 Subject: [PATCH] chore: fix staticcheck --- integration_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/integration_test.go b/integration_test.go index 0c16858..69801ff 100644 --- a/integration_test.go +++ b/integration_test.go @@ -114,7 +114,6 @@ func TestSimplePubSub(t *testing.T) { t.Fatal("error creating publisher", err) } publisher.NotifyPublish(func(p Confirmation) { - return }) defer publisher.Close()