Skip to content

Commit

Permalink
removing trailing-spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrni committed Feb 4, 2021
1 parent 39214d9 commit 77535c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nodes/ccu-connection.js
Expand Up @@ -1748,10 +1748,10 @@ module.exports = function (RED) {
// device
d = device;
}
if (paramset.match(/[\da-f]+:\d+/i)) {

if (paramset.match(/[\da-f]+:\d+/i)) {
paramset = 'LINK';
}
}

return [iface, d.TYPE, d.FIRMWARE, d.VERSION, cType, paramset].join('/');
}
Expand Down

0 comments on commit 77535c6

Please sign in to comment.