mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-01 11:49:54 -05:00
dolt/go/store: types: NewList: Remove redundant Format parameter.
This commit is contained in:
committed by
Brian Hendriks
parent
48a422386d
commit
656ea04b6f
@@ -68,7 +68,7 @@ func createList(kv ...interface{}) types.List {
|
||||
vs := newTestValueStore()
|
||||
defer vs.Close()
|
||||
keyValues := valsToTypesValues(kv...)
|
||||
return types.NewList(context.Background(), types.Format_7_18, vs, keyValues...)
|
||||
return types.NewList(context.Background(), vs, keyValues...)
|
||||
}
|
||||
|
||||
func createStruct(name string, kv ...interface{}) types.Struct {
|
||||
|
||||
Reference in New Issue
Block a user