Skip to content

Commit

Permalink
chore(storage): gofmt (#6066)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss authored May 19, 2022
1 parent ee150cf commit 3029148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ func (w *Writer) startResumableUpload() error {
return err
}
upres, err := w.o.c.gc.StartResumableWrite(w.ctx, &storagepb.StartResumableWriteRequest{
WriteObjectSpec: spec,
WriteObjectSpec: spec,
})

w.upid = upres.GetUploadId()
Expand Down

0 comments on commit 3029148

Please sign in to comment.