Skip to content

Commit 351890d

Browse files
committed
rustdoc: clean up formatting
1 parent c67326b commit 351890d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/librustdoc/html/static/js/search.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ function initSearch(rawSearchIndex) {
426426
return c === "," || c === "=";
427427
}
428428

429-
/**
429+
/**
430430
* Returns `true` if the given `c` character is a path separator. For example
431431
* `:` in `a::b` or a whitespace in `a b`.
432432
*

0 commit comments

Comments
 (0)