Skip to content

Commit 49c2ffb

Browse files
committed
fix(schema): now docs look good too
1 parent a5e675e commit 49c2ffb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mako/lib/schema.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ pub struct ${s.id}\
2121
</%def>
2222

2323
<%def name="doc(s)">\
24-
${s.get('description', 'There is no detailed description.')}
24+
${s.get('description', 'There is no detailed description.')}\
2525
</%def>

0 commit comments

Comments
 (0)