diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-06-22 14:05:11 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-06-22 14:05:11 +0200 |
commit | a451bf29b607f7e47cd1e674a1adf490a2496af2 (patch) | |
tree | aa9ad16c766361064b0797708a04ca2cdae3fa10 /askama_derive/src/generator.rs | |
parent | 06fd5188056fa59ee194ce1f031e4160e550383c (diff) | |
download | askama-a451bf29b607f7e47cd1e674a1adf490a2496af2.tar.gz askama-a451bf29b607f7e47cd1e674a1adf490a2496af2.tar.bz2 askama-a451bf29b607f7e47cd1e674a1adf490a2496af2.zip |
Fix formatting with cargo fmt
Diffstat (limited to 'askama_derive/src/generator.rs')
-rw-r--r-- | askama_derive/src/generator.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_derive/src/generator.rs b/askama_derive/src/generator.rs index 86fd9f5..e2c77f3 100644 --- a/askama_derive/src/generator.rs +++ b/askama_derive/src/generator.rs @@ -911,7 +911,7 @@ impl<'a> Heritage<'a> { Heritage { root: ctx, levels, - blocks + blocks, } } } |