Missed closing bracket.
This commit is contained in:
parent
0f20f0e09b
commit
23ab0463ce
@ -53,6 +53,7 @@ let
|
|||||||
default = null;
|
default = null;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
concatMapAttrs = f: attrs:
|
concatMapAttrs = f: attrs:
|
||||||
foldr (a: b: a // b) {} (mapAttrsToList f attrs);
|
foldr (a: b: a // b) {} (mapAttrsToList f attrs);
|
||||||
|
Loading…
Reference in New Issue
Block a user