aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive/src
diff options
context:
space:
mode:
Diffstat (limited to 'askama_derive/src')
-rw-r--r--askama_derive/src/generator.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/askama_derive/src/generator.rs b/askama_derive/src/generator.rs
index a81e6e4..1a7e69f 100644
--- a/askama_derive/src/generator.rs
+++ b/askama_derive/src/generator.rs
@@ -910,10 +910,7 @@ impl<'a> Heritage<'a> {
}
}
- Heritage {
- root: ctx,
- blocks,
- }
+ Heritage { root: ctx, blocks }
}
}