Skip to content

Commit

Permalink
sia: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Nov 21, 2023
1 parent a18ae9a commit 1354d85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 136 deletions.
2 changes: 2 additions & 0 deletions sia/uploader.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ func (ufs *UnixFileUploader) uploadProtoNode(ctx context.Context, node *merkleda
if err != nil {
return nil, nil, fmt.Errorf("failed to marshal metadata: %w", err)
}
default:
return nil, nil, fmt.Errorf("unsupported unixfs node type: %T", fsNode)
}
return
}
Expand Down
136 changes: 0 additions & 136 deletions sia/uploader_test.go

This file was deleted.

0 comments on commit 1354d85

Please sign in to comment.