Like the Java version, prevent superfluous whitespace from being generated from empty args lists.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6638 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Bruno Garcia
2011-05-10 18:57:19 +00:00
parent 0891b9cc58
commit c0a194c3cc
@@ -29,7 +29,9 @@ public class {{name}}Marshaller extends InvocationMarshaller
listener{{index}}.listener = arg{{index}};
{{/listenerArgs}}
sendRequest({{code}}, [
{{#hasArgs}}
{{getASWrappedArgList}}
{{/hasArgs}}
]);
}
{{/methods}}