Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed May 5, 2024
1 parent 6a29292 commit 8ed3a40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ipfs/provide.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ type (
LastAnnouncement time.Time `json:"lastAnnouncement"`
}

// A Provider provides CIDs to the IPFS network.
Provider interface {
Ready() bool
provider.Ready
provider.ProvideMany
}

Expand Down

0 comments on commit 8ed3a40

Please sign in to comment.