1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

reformatting some code

This commit is contained in:
Michael Shanks 2019-10-31 09:22:46 +00:00
parent 871949ef5e
commit 5c8c6b5ce3

View file

@ -82,7 +82,15 @@ const addToParent = (obj) => {
if (isIndex(obj))
// Q: why are indexes not children ?
// A: because they cannot have children of their own.
{ parent.indexes.push(obj); } else if (isaggregateGroup(obj)) { parent.aggregateGroups.push(obj); } else { parent.children.push(obj); }
{
parent.indexes.push(obj);
}
else if (isaggregateGroup(obj))
{
parent.aggregateGroups.push(obj);
} else {
parent.children.push(obj);
}
if (isRecord(obj)) {
const defaultIndex = find(