mirror of
https://github.com/Siccity/xNode.git
synced 2026-02-04 14:24:54 +08:00
clean whitespace
This commit is contained in:
parent
aa58c0b1ff
commit
6684d8336c
@ -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)) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user