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

This commit is contained in:
zachmu
2021-09-20 22:04:49 +00:00
parent af4443ce41
commit 48cf61e616

View File

@@ -166,9 +166,9 @@ func (fm fileManifest) Name() string {
// it will be executed while ParseIfExists() holds the manifest file lock.
// This is to allow for race condition testing.
func (fm fileManifest) ParseIfExists(
ctx context.Context,
stats *Stats,
readHook func() error,
ctx context.Context,
stats *Stats,
readHook func() error,
) (exists bool, contents manifestContents, err error) {
t1 := time.Now()
defer func() {