lib.generators: simplify toYAML
This commit is contained in:
parent
dc4b44a2f3
commit
3f0f0c74e9
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ rec {
|
|||
* to implicit typing rules, so it should work with older
|
||||
* parsers as well.
|
||||
*/
|
||||
toYAML = {}@args: toJSON args;
|
||||
toYAML = toJSON;
|
||||
|
||||
withRecursion =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue