Fix generated `mod` property in erlang application
The generated output was just `{mod, 'my_module'}`. But I'm pretty sure
this needs to include the arguments as well? This PR updates it to
produce: `{mod, {'my_module', []}}`. In my local testing, this worked
as expected.