Skip to content

Commit

Permalink
protocol_fee return keyword dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
AniDhumal committed Dec 23, 2023
1 parent 396c313 commit 7ca5890
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ mod StrategyStandardSaleForFixedPrice {
}

fn protocol_fee(self: @ContractState) -> u128 {
return self.protocol_fee.read();
self.protocol_fee.read()
}

fn can_execute_taker_ask(
Expand Down

0 comments on commit 7ca5890

Please sign in to comment.