Skip to content

Commit d92f840

Browse files
committed
Remove tab character
1 parent 26f85cc commit d92f840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustdoc/html/static/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1905,8 +1905,8 @@ function defocusSearchBar() {
19051905
len = itemTypes.length;
19061906
var lastPath = "";
19071907
for (i = 0; i < len; ++i) {
1908-
// This object should have exactly the same set of fields as the "crateRow"
1909-
// object defined above.
1908+
// This object should have exactly the same set of fields as the "crateRow"
1909+
// object defined above.
19101910
var row = {
19111911
crate: crate,
19121912
ty: itemTypes[i],

0 commit comments

Comments
 (0)