Skip to content

Commit

Permalink
Update Foo1BeforeFix.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Daulox92 authored Jan 18, 2025
1 parent bea42ef commit 8957426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/08-autofix/_commands/Foo1BeforeFix.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ contract Foo1 is ERC20Burnable {
uint public hola;
uint public hola2;
int public constant hola3 = 2;
ufixed hola4;
ufixed public hola4;
fixed internal hola5;

constructor() ERC20('MyToken', 'MTK') {}
Expand All @@ -18,5 +18,5 @@ contract Foo1 is ERC20Burnable {
// solhint-disable no-empty-blocks
function payableFalse() public {}

function zarasa() {}
function zarasa() public {}
}

0 comments on commit 8957426

Please sign in to comment.