This commit is contained in:
John Smith
2021-11-27 21:05:36 -05:00
parent 45489d0e9c
commit ea8c75a29f
13 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ impl TableDB {
Self {
inner: Arc::new(Mutex::new(TableDBInner {
table,
table_store: table_store.clone(),
table_store,
database,
})),
}