Skip to content

Commit 6c52df9

Browse files
committed
lint
1 parent b578e2b commit 6c52df9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

origin/balancerv2.go

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ func (b BalancerV2) BuildMocks(e []ExchangeMock) ([]*smocker.Mock, error) {
3030
}
3131

3232
func (b BalancerV2) buildGetLatest(e ExchangeMock) (*smocker.Mock, error) {
33-
3433
price, ok := e.Custom["price"]
3534
if !ok {
3635
return nil, fmt.Errorf("`price` custom field is requierd for balancerV2")

0 commit comments

Comments
 (0)