Skip to content

Commit 1da9942

Browse files
committed
lont
1 parent 0c90403 commit 1da9942

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/cmd/relations/relations.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ func setupClients(ctx context.Context) (gClients, error) {
9595
if err != nil {
9696
dsClient.Close()
9797
gcsClient.Close()
98+
9899
return gClients{}, fmt.Errorf("failed to create pubsub client: %w", err)
99100
}
100101
publisher := &clients.GCPPublisher{Publisher: pubsubClient.Publisher(topicName)}

0 commit comments

Comments
 (0)