Skip to content

Commit 298d703

Browse files
committed
Remove extra whitespace
1 parent 64a1f6f commit 298d703

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
@@ -2527,7 +2527,7 @@ fn item_trait(w: &mut fmt::Formatter, cx: &Context, it: &clean::Item,
25272527
}
25282528
}
25292529
write!(w, r#"<script type="text/javascript">window.inlined_types=new Set({});</script>"#,
2530-
as_json(&synthetic_types))?;
2530+
as_json(&synthetic_types))?;
25312531

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

0 commit comments

Comments
 (0)