Skip to content

Commit

Permalink
style(lint): fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward committed Aug 6, 2021
1 parent 25506f2 commit d863a07
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions raw.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ type RawNode struct {
ipld.Node
}

type byteAccesor interface {
Bytes() []byte
}

var _ legacy.UniversalNode = &RawNode{}

// NewRawNode creates a RawNode using the default sha2-256 hash function.
Expand Down

0 comments on commit d863a07

Please sign in to comment.