etherdelta / smart_contract

EtherDelta smart contract
212 stars 171 forks source link

Simplifying testTrade #8

Open redsquirrel opened 6 years ago

redsquirrel commented 6 years ago

No need to return true/false explicitly when you can just return the (non-negated) value of the expression in the if statement.