Skip to content

Commit 1713c22

Browse files
authored
Remove extra whitespace
1 parent e067470 commit 1713c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/render.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2727,7 +2727,7 @@ fn item_trait(w: &mut fmt::Formatter, cx: &Context, it: &clean::Item,
27272727
}
27282728
}
27292729
write!(w, r#"<script type="text/javascript">window.inlined_types=new Set({});</script>"#,
2730-
as_json(&synthetic_types))?;
2730+
as_json(&synthetic_types))?;
27312731

27322732
write!(w, r#"<script type="text/javascript" async
27332733
src="{root_path}/implementors/{path}/{ty}.{name}.js">

0 commit comments

Comments
 (0)