This is an automated email from the ASF dual-hosted git repository.

jinrongtong pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


The following commit(s) were added to refs/heads/new-official-website by this 
push:
     new dbf3d5d408 Remove redundant Spaces (#589)
dbf3d5d408 is described below

commit dbf3d5d40827aace30e44ee840aaac8135f898b6
Author: Dongyuan Pan <[email protected]>
AuthorDate: Wed Aug 30 10:18:10 2023 +0800

    Remove redundant Spaces (#589)
---
 docs/08-mqtt/02RocketMQMQTTQuickStart.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/08-mqtt/02RocketMQMQTTQuickStart.md 
b/docs/08-mqtt/02RocketMQMQTTQuickStart.md
index 923501cdb2..6cc609ae92 100644
--- a/docs/08-mqtt/02RocketMQMQTTQuickStart.md
+++ b/docs/08-mqtt/02RocketMQMQTTQuickStart.md
@@ -10,7 +10,7 @@
 
由于RocketMQ-MQTT项目依赖RocketMQ底层的多队列分发,RocketMQ从4.9.3版本开始支持这一特性,因此您需要确认RocketMQ的版本升级到4.9.3或更高版本,并且确保以下配置项已开启:
 
 ```text
-enableLmq = true 
+enableLmq = true
 enableMultiDispatch = true
 ```
 
@@ -18,9 +18,9 @@ RocketMQ-MQTT的部署参考项目说明,下载工程release版本或直接从
 
 ```text
 git clone https://github.com/apache/rocketmq-mqtt
-cd rocketmq-mqtt 
-mvn -Prelease-all -DskipTests clean install -U 
-cd distribution/target/ 
+cd rocketmq-mqtt
+mvn -Prelease-all -DskipTests clean install -U
+cd distribution/target/
 cd bin
 sh mqtt.sh start
 ```

Reply via email to