Skip to content

Commit b9f5ac6

Browse files
committed
update comment
1 parent 5b03fe0 commit b9f5ac6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/database/db/src/operations.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -854,9 +854,9 @@ impl<T: ReadConnectionProvider + Sync + ?Sized> DatabaseReadOperations for T {
854854
.one(self.get_connection())
855855
.await?
856856
{
857-
// Yield n messages starting from the found queue index + 1. Only return messages
858-
// that have not been skipped (skipped = false) to handle the edge case where the
859-
// last message in a batch is skipped.
857+
// Yield n messages starting from the found queue index + 1. Only return
858+
// messages that have not been skipped (skipped = false) to handle the edge
859+
// case where the last message in a batch is skipped.
860860
Ok(models::l1_message::Entity::find()
861861
.filter(
862862
// We add 1 to the queue index to constrain across block boundaries

0 commit comments

Comments
 (0)