Remove extra whitespace

This commit is contained in:
Aaron Hill 2018-02-16 11:24:29 -05:00
parent 64a1f6fbfd
commit 298d703506
No known key found for this signature in database
GPG Key ID: B4087E510E98B164

View File

@ -2527,7 +2527,7 @@ fn item_trait(w: &mut fmt::Formatter, cx: &Context, it: &clean::Item,
}
}
write!(w, r#"<script type="text/javascript">window.inlined_types=new Set({});</script>"#,
as_json(&synthetic_types))?;
as_json(&synthetic_types))?;
write!(w, r#"<script type="text/javascript" async
src="{root_path}/implementors/{path}/{ty}.{name}.js">