From ad9ab87c1daa265a71efac4de51f3f6d104bcb72 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Tue, 9 Nov 2021 19:25:21 +0800 Subject: [PATCH] type checks --- store/v2/flat/root_store.go | 1 + 1 file changed, 1 insertion(+) diff --git a/store/v2/flat/root_store.go b/store/v2/flat/root_store.go index 7b351db39dbd..8cff0cca9801 100644 --- a/store/v2/flat/root_store.go +++ b/store/v2/flat/root_store.go @@ -24,6 +24,7 @@ import ( var ( _ types.CommitRootStore = (*rootStore)(nil) _ types.CacheRootStore = (*rootCache)(nil) + _ types.BasicRootStore = (*rootView)(nil) ) var (