rustfmt
This commit is contained in:
parent
fe1927f344
commit
4a082ea7ac
|
@ -550,7 +550,12 @@ impl Renderer for HtmlHandlebars {
|
|||
{
|
||||
let search = html_config.search.unwrap_or_default();
|
||||
if search.enable {
|
||||
super::search::create_files(&search, &ctx.config.book.language, &destination, &book)?;
|
||||
super::search::create_files(
|
||||
&search,
|
||||
&ctx.config.book.language,
|
||||
&destination,
|
||||
&book,
|
||||
)?;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue