Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
syeleti-msft committed Mar 5, 2025
1 parent 1c5a2c1 commit 569328b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/azstorage/block_blob.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func (bb *BlockBlob) TestPipeline() error {
var respErr *azcore.ResponseError
errors.As(err, &respErr)
if respErr != nil {
return fmt.Errorf("BlockBlob::TestPipeline : [%s]", respErr.ErrorCode)
return fmt.Errorf("BlockBlob::TestPipeline : [%s]", respErr.ErrorCode)
}
return err
}
Expand Down

0 comments on commit 569328b

Please sign in to comment.