mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
docs(visuals): improved spacing
This commit is contained in:
@@ -219,11 +219,12 @@ ${rb_name}.${mangle_ident(spn)} = ${assignment}
|
||||
let result = hub.${mangle_ident(resource)}().${mangle_ident(method)}(${required_args})\
|
||||
% for p in optional_props:
|
||||
|
||||
<%block filter="indent_by(8)">\
|
||||
<%block filter="indent_by(13)">\
|
||||
.${mangle_ident(p.name)}(${rvfrt(p.name, p)})\
|
||||
</%block>\
|
||||
% endfor
|
||||
.${api.terms.action}();
|
||||
|
||||
${'.' + api.terms.action | indent_by(13)}();
|
||||
// TODO: show how to handle the result !
|
||||
</%block>
|
||||
</%block>\
|
||||
|
||||
Reference in New Issue
Block a user