Skip to content

Commit 5de9351

Browse files
committed
style: fix gofumpt formatting
1 parent b14fd60 commit 5de9351

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gateway/backend_blocks.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ func (bb *BlocksBackend) handleCarErrorPath(ctx context.Context, p path.Immutabl
525525
session := blockservice.NewSession(ctx, bb.blockService)
526526
dagService := merkledag.WrapSession(session)
527527
_, err := dagService.Get(ctx, rootCid)
528-
529528
if err != nil {
530529
// Use existing error checking functions from errors.go
531530
if isErrContentBlocked(err) {

0 commit comments

Comments
 (0)