Skip to content

Commit 9a13917

Browse files
authored
Add modifiers to the order of layout
1 parent 40d3223 commit 9a13917

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/style-guide.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,8 @@ Inside each contract, library or interface, use the following order:
10531053
1. Type declarations
10541054
2. State variables
10551055
3. Events
1056-
4. Functions
1056+
4. Modifiers
1057+
5. Functions
10571058

10581059
.. note::
10591060

0 commit comments

Comments
 (0)