From 48cf61e616dcbd7e4cce39cefe19f01ac38bcc7c Mon Sep 17 00:00:00 2001 From: zachmu Date: Mon, 20 Sep 2021 22:04:49 +0000 Subject: [PATCH] [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh --- go/store/nbs/file_manifest.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go/store/nbs/file_manifest.go b/go/store/nbs/file_manifest.go index fa2f01fd88..755cb52a27 100644 --- a/go/store/nbs/file_manifest.go +++ b/go/store/nbs/file_manifest.go @@ -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() {