lines for better merging

This commit is contained in:
Christian Goll
2022-10-13 09:49:49 +02:00
parent f1bad3bc39
commit f55c5bf604

View File

@@ -493,11 +493,10 @@ func (nodeConf *NodeConf) UnmarshalConf(excludeList []string) (lines []string) {
lines = append(lines, " "+str)
}
}
}
}
}
}
} // lines
} // this
} //not
} //do
return lines
}