Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
walldiss committed Jun 9, 2024
1 parent 93e4024 commit b636a2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion share/eds/cache/noop.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ var _ Accessor = (*NoopAccessor)(nil)
type NoopAccessor struct{}

func (n NoopAccessor) Blockstore() (dagstore.ReadBlockstore, error) {
//nolint:nilnil
return nil, nil
}

Expand Down

0 comments on commit b636a2e

Please sign in to comment.