mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-10 11:24:16 -05:00
fix go vet
This commit is contained in:
@@ -125,8 +125,6 @@ func createDocsTable(ctx context.Context, vrw types.ValueReadWriter, docs Docs)
|
||||
}
|
||||
|
||||
return newDocsTbl, nil
|
||||
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
// CreateOrUpdateDocsTable takes a root value and a set of docs and either creates the docs table or updates it with docs.
|
||||
|
||||
Reference in New Issue
Block a user