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

This commit is contained in:
reltuk
2021-10-11 21:03:19 +00:00
parent 812c5fccd8
commit ad14ca9c44
+1 -1
View File
@@ -99,7 +99,7 @@ func mustMap(m types.Map, err error) types.Map {
}
func mustParentsClosure(t *testing.T, exists bool) func(types.Ref, bool, error) types.Ref {
return func (r types.Ref, got bool, err error) types.Ref {
return func(r types.Ref, got bool, err error) types.Ref {
t.Helper()
require.NoError(t, err)
require.Equal(t, exists, got)