Fix indentation
This commit is contained in:
		| @@ -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); | ||||
|     }, | ||||
| ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matthew Slowe
					Matthew Slowe