Skip to content

Undo earlier modificication for generated _node parameter #68

@AndreVanDelft

Description

@AndreVanDelft

A few weeks or months ago I changed generated code from
here => ... to
_node => implicit val here; ...
so that here became implicitly available.
However, this was not really needed, since the following does the job:
implicit here => ...
as explained here on StackOverflow

So the generated code should now be simplified.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions