Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
hannseman committed Jan 26, 2019
1 parent f95e5d4 commit 2a7d894
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/accessory.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,7 @@ class HygrothermographAccessory {
return;
}
const url = config.url;
const client = mqtt.connect(
url,
config
);
const client = mqtt.connect(url, config);
client.on("connect", () => {
this.log.info("MQTT Client connected.");
});
Expand Down

0 comments on commit 2a7d894

Please sign in to comment.