mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
slightly nicer jscs style updates to several nodes
again not pushed to npm - still just whitespace.
This commit is contained in:
@@ -37,7 +37,7 @@ function BleScan(n) {
|
||||
this.ble_name = n.ble_name;
|
||||
this.ble_uuid = n.ble_uuid;
|
||||
|
||||
this.on("input", function(msg){
|
||||
this.on("input", function(msg) {
|
||||
noble.startScanning();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user