Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Jan 7, 2025
1 parent 69a95b8 commit 450c454
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 76 deletions.
2 changes: 1 addition & 1 deletion l1-contracts/contracts/governance/Create2AndTransfer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pragma solidity 0.8.24;
/// @dev Allows to deterministically create a contract with a fixed owner.
contract Create2AndTransfer {
/// @notice The address of the contract deployed during inside the constructor.
address immutable public deployedAddress;
address public immutable deployedAddress;

constructor(bytes memory bytecode, bytes32 salt, address owner) {
address addr;
Expand Down
Loading

0 comments on commit 450c454

Please sign in to comment.