Skip to content

Commit

Permalink
Merge pull request #63 from muart-group/space-fix
Browse files Browse the repository at this point in the history
Remove spurious space.
  • Loading branch information
KazWolfe authored Nov 24, 2024
2 parents 0ded4dd + d7ce61a commit 31d3a59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ void MitsubishiUART::process_packet(const SettingsSetRequestPacket &packet) {
ESP_LOGV(TAG, "Passing through inbound %s", packet.to_string().c_str());

// forward this packet as-is; we're just intercepting to log.
route_packet_(packet) ;
route_packet_(packet);
alert_listeners_(packet);
}

Expand Down

0 comments on commit 31d3a59

Please sign in to comment.