Skip to content

Commit

Permalink
Revert whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Nov 19, 2024
1 parent cec9ba3 commit 908f20d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/core/src/erc20.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ function addPermit(c: ContractBuilder, name: string) {
path: '@openzeppelin/contracts/token/ERC20/extensions/ERC20Permit.sol',
};
c.addParent(ERC20Permit, [name]);

c.addOverride(ERC20Permit, functions.nonces);

}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/stablecoin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ function addPermit(c: ContractBuilder, name: string) {
path: '@openzeppelin/contracts/token/ERC20/extensions/ERC20Permit.sol',
};
c.addParent(ERC20Permit, [name]);

c.addOverride(ERC20Permit, functions.nonces);

}

function addVotes(c: ContractBuilder, clockMode: ClockMode) {
Expand Down

0 comments on commit 908f20d

Please sign in to comment.