Skip to content

Commit

Permalink
add blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
gfournieriExec committed Jun 3, 2024
1 parent 4485f7b commit bda3f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/mocks/VoucherV2Mock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ contract VoucherV2Mock is Initializable {
VoucherStorage storage $ = _getVoucherStorage();
return $._newStateVariable;
}

function owner() public view returns (address) {
VoucherStorage storage $ = _getVoucherStorage();
return $._owner;
Expand Down

0 comments on commit bda3f83

Please sign in to comment.