Skip to content

Commit 9a6eac5

Browse files
authored
Merge pull request #528 from integer32llc/remove-unneeded-line
Remove a line that doesn't seem to be doing anything
2 parents 7f731d4 + 587246d commit 9a6eac5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/krate.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,6 @@ pub fn index(req: &mut Request) -> CargoResult<Response> {
504504
"downloads" => format!("{}, rank DESC", sort_sql),
505505
_ => format!("rank DESC, {}", sort_sql),
506506
};
507-
format!("{},", sort_sql); // Append Comma
508507
(format!("SELECT crates.* FROM crates,
509508
plainto_tsquery($1) q,
510509
ts_rank_cd(textsearchable_index_col, q) rank

0 commit comments

Comments
 (0)