formatting of eclipse import tutorial authored by Björn Butzin's avatar Björn Butzin
......@@ -231,3 +231,4 @@ Depending on the received temperature, set the payload to high, medium, low or o
request.setPayload(medium.getBytes());
clientChannel.sendMessage(request);
```