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:
@@ -29,7 +29,9 @@ public class {{name}}Marshaller extends InvocationMarshaller
|
||||
listener{{index}}.listener = arg{{index}};
|
||||
{{/listenerArgs}}
|
||||
sendRequest({{code}}, [
|
||||
{{#hasArgs}}
|
||||
{{getASWrappedArgList}}
|
||||
{{/hasArgs}}
|
||||
]);
|
||||
}
|
||||
{{/methods}}
|
||||
|
||||
Reference in New Issue
Block a user