[STYLE] 移除 mqtt_handler.go 中多餘的空白行

1. 整理代碼格式,移除 HandleMessage 函式中多餘的換行符號。
This commit is contained in:
sky121113 2026-04-21 14:19:35 +08:00
parent 9166decbb8
commit fed81a12f3

View File

@ -47,7 +47,6 @@ func (h *MqttHandler) HandleMessage(client mqtt.Client, msg mqtt.Message) {
}
}
if event != "" && serialNo != "" {
// 解析系統 JSON Payload (補強:有些版本會把 ClientID 放在 Payload 裡)
var sysData map[string]interface{}