mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
A whole bunch of whitespace linting - no functional changes
This commit is contained in:
@@ -179,8 +179,8 @@ module.exports = function(RED) {
|
||||
node.board.sysexCommand(msg.payload);
|
||||
}
|
||||
if (node.state === "STRING") {
|
||||
node.board.sendString(msg.payload.toString());
|
||||
}
|
||||
node.board.sendString(msg.payload.toString());
|
||||
}
|
||||
}
|
||||
});
|
||||
node.board.once('disconnect', function() {
|
||||
|
Reference in New Issue
Block a user