mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 07:20:55 +00:00
Fix generated code style
This commit is contained in:
parent
0a7e35c7e3
commit
c5f5d80cbc
@ -674,7 +674,7 @@ impl<'a> Generator<'a> {
|
||||
buf.indent();
|
||||
buf.writeln("writer,");
|
||||
buf.writeln(&format!("{:#?},", &buf_format.buf));
|
||||
buf.write(buf_expr.buf.trim());
|
||||
buf.writeln(buf_expr.buf.trim());
|
||||
buf.dedent();
|
||||
buf.writeln(")?;");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user