Add modifiers to the order of layout

This commit is contained in:
Bruno Barbieri 2022-01-20 20:20:30 -05:00 committed by GitHub
parent 40d3223bba
commit 9a13917049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1053,7 +1053,8 @@ Inside each contract, library or interface, use the following order:
1. Type declarations
2. State variables
3. Events
4. Functions
4. Modifiers
5. Functions
.. note::