mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
fix code style
This commit is contained in:
parent
8740ec5570
commit
4c7c855f2c
@ -871,7 +871,9 @@ RED.view.tools = (function() {
|
||||
var sourceFreeOutportIndices = sourceOutportIndices.filter(x => !sourceConnectedOutportIndices.includes(x));
|
||||
|
||||
// Does an unconnected source port exist?
|
||||
if( sourceFreeOutportIndices.length == 0 ) continue;
|
||||
if (sourceFreeOutportIndices.length == 0) {
|
||||
continue;
|
||||
}
|
||||
|
||||
// Connect the first free outport to the target
|
||||
var newLink = {
|
||||
|
Loading…
Reference in New Issue
Block a user