1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-02-04 14:24:54 +08:00

clean whitespace

This commit is contained in:
Simon Rodriguez 2022-11-28 21:43:09 +01:00
parent aa58c0b1ff
commit 6684d8336c

View File

@ -69,6 +69,7 @@ namespace XNode {
dynamicListPorts.Add(port); dynamicListPorts.Add(port);
} }
} }
// Add missing ports // Add missing ports
foreach (NodePort staticPort in staticPorts.Values) { foreach (NodePort staticPort in staticPorts.Values) {
if (!ports.ContainsKey(staticPort.fieldName)) { if (!ports.ContainsKey(staticPort.fieldName)) {