Cleanup.
This commit is contained in:
parent
88887bff0f
commit
a937a12db6
@ -600,8 +600,7 @@ impl<'a> DustRenderer<'a> {
|
||||
)
|
||||
})
|
||||
.any(|check_result| check_result.unwrap_or(false));
|
||||
let mut select_context =
|
||||
SelectContext::new(¶m_map, are_any_checks_true);
|
||||
let select_context = SelectContext::new(¶m_map, are_any_checks_true);
|
||||
return self.render_maybe_body(
|
||||
¶meterized_block.contents,
|
||||
new_breadcrumbs_ref,
|
||||
|
Loading…
x
Reference in New Issue
Block a user