Skip to content

Commit ca0fb8a

Browse files
committed
Fix empty line after doc comment
1 parent 943e44b commit ca0fb8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/controllers/krate/versions.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,12 @@ async fn list_by_date(
173173

174174
/// Seek-based pagination of versions by semver
175175
///
176+
/// Unfortunately, Heroku Postgres has no support for the semver PG extension.
177+
/// Therefore, we need to perform both sorting and pagination manually on the server.
178+
///
176179
/// # Panics
177180
///
178181
/// This function will panic if `option` is built with `enable_pages` set to true.
179-
180-
// Unfortunately, Heroku Postgres has no support for the semver PG extension.
181-
// Therefore, we need to perform both sorting and pagination manually on the server.
182182
async fn list_by_semver(
183183
crate_id: i32,
184184
options: Option<&PaginationOptions>,

0 commit comments

Comments
 (0)