Skip to content

Commit 61bb091

Browse files
committed
Remove trailing whitespace on blank line
This style inconsistency was noted at https://travis-ci.org/rust-lang/rust/builds/61583070#L371
1 parent 92565b3 commit 61bb091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@
816816
return "\u2212"; // "\u2212" is '−' minus sign
817817
}
818818
}
819-
819+
820820
$("#toggle-all-docs").on("click", function() {
821821
var toggle = $("#toggle-all-docs");
822822
if (toggle.hasClass("will-expand")) {

0 commit comments

Comments
 (0)