Remove trailing whitespace on blank line
This style inconsistency was noted at https://travis-ci.org/rust-lang/rust/builds/61583070#L371
This commit is contained in:
@@ -816,7 +816,7 @@
|
||||
return "\u2212"; // "\u2212" is '−' minus sign
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$("#toggle-all-docs").on("click", function() {
|
||||
var toggle = $("#toggle-all-docs");
|
||||
if (toggle.hasClass("will-expand")) {
|
||||
|
||||
Reference in New Issue
Block a user