[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

This commit is contained in:
reltuk
2021-10-27 22:53:40 +00:00
parent 87d0f702f5
commit f45ef2091d

View File

@@ -157,7 +157,7 @@ type DatabaseSessionState struct {
// Same as InitialDbState.Err, this signifies that this
// DatabaseSessionState is invalid. LookupDbState returning a
// DatabaseSessionState with Err != nil will return that err.
Err error
Err error
}
func (d DatabaseSessionState) GetRoots() doltdb.Roots {
@@ -204,7 +204,7 @@ type InitialDbState struct {
// usable to initialize a database at a revision specifier, for
// example. Adding this InitialDbState to a session will return this
// error.
Err error
Err error
}
// NewSession creates a Session object from a standard sql.Session and 0 or more Database objects.