mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-09 10:14:21 +01:00
fmt
This commit is contained in:
@@ -428,7 +428,7 @@ impl StreamingLogicalLogReader {
|
||||
let mut buffer = buffer.write().unwrap();
|
||||
let Ok((buf, bytes_read)) = res else {
|
||||
tracing::trace!("couldn't ready log err={:?}", res,);
|
||||
return ;
|
||||
return;
|
||||
};
|
||||
turso_assert!(
|
||||
bytes_read as usize >= need,
|
||||
|
||||
Reference in New Issue
Block a user