Skip to content

Commit

Permalink
Update contract order
Browse files Browse the repository at this point in the history
  • Loading branch information
gskril committed Nov 21, 2024
1 parent 3680568 commit 9a0150a
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions apps/contracts/src/Contract.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,23 @@ contract Contract {
//////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////
ERRORS
PARAMETERS
//////////////////////////////////////////////////////////////*/

/// @notice The name of the contract.
string public name;

/*//////////////////////////////////////////////////////////////
EVENTS
//////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////
PARAMETERS
ERRORS
//////////////////////////////////////////////////////////////*/

/// @notice The name of the contract.
string public name;
/*//////////////////////////////////////////////////////////////
MODIFIERS
//////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////
CONSTRUCTOR
Expand All @@ -40,4 +44,8 @@ contract Contract {
/*//////////////////////////////////////////////////////////////
INTERNAL FUNCTIONS
//////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////
REQUIRED OVERRIDES
//////////////////////////////////////////////////////////////*/
}

0 comments on commit 9a0150a

Please sign in to comment.