lib.generators: simplify toYAML
This commit is contained in:
@@ -240,7 +240,7 @@ rec {
|
|||||||
* to implicit typing rules, so it should work with older
|
* to implicit typing rules, so it should work with older
|
||||||
* parsers as well.
|
* parsers as well.
|
||||||
*/
|
*/
|
||||||
toYAML = {}@args: toJSON args;
|
toYAML = toJSON;
|
||||||
|
|
||||||
withRecursion =
|
withRecursion =
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user