From 489d5271d8678f24a4d055b5aa693c3ab89e8905 Mon Sep 17 00:00:00 2001 From: Matthew Slowe Date: Sun, 24 Jan 2021 14:36:45 +0000 Subject: [PATCH] Fix indentation --- update-berths.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-berths.pl b/update-berths.pl index 2e6e7b4..952a863 100755 --- a/update-berths.pl +++ b/update-berths.pl @@ -112,7 +112,7 @@ $mqtt = Net::MQTT::Simple->new($ENV{MQTT_SERVER}) or die "Failed to connect to m $mqtt->subscribe( "$ENV{MQTT_MONITOR}" => sub { my ($topic, $message) = @_; - _debug("--> $topic"); + _debug("--> $topic"); handle($topic, $message); }, );