Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco <[email protected]>
  • Loading branch information
fulminmaxi committed Dec 23, 2024
1 parent d04f11a commit 0408c84
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion script/Create3.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ contract Create3 is Script {
);
return factory.deploy(salt, bytes.concat(creationCode, abiEncodedArgs));
}
}
}
1 change: 0 additions & 1 deletion script/TokenFlow.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ contract TokenFlowScript is Create3 {

function setUp() public {}


function run() public {
bytes memory creationCode = type(TokenFlow).creationCode;

Expand Down
1 change: 0 additions & 1 deletion test/mocks/MockFlowScope.sol
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ contract MockFlowScope is IFlowScope {
address, /* payer */
bytes calldata /* data */
) external {

// Execute all instructions
for (uint256 i = 0; i < instructionTypes.length; i++) {
InstructionType iType = instructionTypes[i];
Expand Down

0 comments on commit 0408c84

Please sign in to comment.