Skip to content

Commit

Permalink
sync: update CI config files (#34)
Browse files Browse the repository at this point in the history
This commit was moved from ipfs/go-ipfs-routing@bf0374f
  • Loading branch information
web3-bot authored Aug 23, 2022
1 parent d041c54 commit 3cb06eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routing/none/none_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ func ConstructNilRouting(_ context.Context, _ host.Host, _ ds.Batching, _ record
return &nilclient{}, nil
}

// ensure nilclient satisfies interface
// ensure nilclient satisfies interface
var _ routing.Routing = &nilclient{}

0 comments on commit 3cb06eb

Please sign in to comment.