Small refactorings

This commit is contained in:
Alex Auvolat
2020-04-12 22:24:53 +02:00
parent 9f8b3b5a18
commit 2bea76ce16
7 changed files with 22 additions and 21 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ pub struct BlockRefTable {
}
#[async_trait]
impl TableFormat for BlockRefTable {
impl TableSchema for BlockRefTable {
type P = Hash;
type S = UUID;
type E = BlockRef;