diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/view-tools.js b/packages/node_modules/@node-red/editor-client/src/js/ui/view-tools.js index 302222fae..a22f65f76 100644 --- a/packages/node_modules/@node-red/editor-client/src/js/ui/view-tools.js +++ b/packages/node_modules/@node-red/editor-client/src/js/ui/view-tools.js @@ -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 = {