Skip to content

Commit

Permalink
Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 24, 2019
1 parent 241b300 commit 362b910
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/extension/deviceBind.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ class DeviceBind {

// Bind
clusters.forEach((cluster) => {
logger.debug(`${topic.type}ing cluster '${cluster}' from '${sourceEntity.ID}' (${source.epId}) to '${targetEntity.ID}'`);
logger.debug(
`${topic.type}ing cluster '${cluster}' from '${sourceEntity.ID}' ` +
`(${source.epId}) to '${targetEntity.ID}'`
);

this.zigbee[topic.type](source, cluster, target, (error) => {
if (error) {
Expand Down

0 comments on commit 362b910

Please sign in to comment.