Skip to content

Commit 903c881

Browse files
remove extra ws
Co-authored-by: Lucio Franco <[email protected]>
1 parent c9d8a2d commit 903c881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsql-wal/src/replication/replicator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ impl<IO: Io> Replicator<IO> {
8282
let replicated_until = {
8383
let (stream, replicated_until) = current
8484
.tail()
85-
.stream_pages_from( replicated_until, self.next_frame_no, &mut seen).await;
85+
.stream_pages_from(replicated_until, self.next_frame_no, &mut seen).await;
8686
tokio::pin!(stream);
8787

8888
let mut stream = stream.peekable();

0 commit comments

Comments
 (0)