Fix end of files

This commit is contained in:
jo 2021-05-27 16:34:02 +02:00
parent d8195f0fd8
commit 6871956baa
36 changed files with 11 additions and 40 deletions

View file

@ -44,4 +44,3 @@ $channel->basic_publish($msg, $exchange, $routingKey);
print "Sent $message ($routingKey)\n";
$channel->close();
$connection->close();