From 31c3942ca7a94575caf49bfd309c3f26bbcf72fd Mon Sep 17 00:00:00 2001 From: godchen Date: Wed, 13 Oct 2021 12:44:33 +0800 Subject: [PATCH] [skip ci]Fix mqclient producer fmt (#9774) Signed-off-by: godchen --- internal/util/mqclient/producer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/util/mqclient/producer.go b/internal/util/mqclient/producer.go index c89b588b5f..dca3e09ed8 100644 --- a/internal/util/mqclient/producer.go +++ b/internal/util/mqclient/producer.go @@ -22,7 +22,7 @@ type ProducerOptions struct { // ProducerMessage contains the messages of a producer type ProducerMessage struct { // Payload get the payload of the message - Payload []byte + Payload []byte // Properties are application defined key/value pairs that will be attached to the message. // Return the properties attached to the message. Properties map[string]string