minor fixes

This commit is contained in:
Armaël Guéneau
2026-05-13 20:32:24 +02:00
committed by Alex
parent 3c7990027a
commit 4f9faeb282
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -376,7 +376,7 @@ impl<F: TableSchema, R: TableReplication> Table<F, R> {
if let Some(ret_entry) = &ret {
if monotonic_read && not_all_same {
self.repair_on_read(&who, &[&ret_entry]).await?;
self.repair_on_read(&who, &[ret_entry]).await?;
}
}