From 9a13917049faa653ab743a26f777821a0b7ae61c Mon Sep 17 00:00:00 2001 From: Bruno Barbieri Date: Thu, 20 Jan 2022 20:20:30 -0500 Subject: [PATCH] Add modifiers to the order of layout --- docs/style-guide.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/style-guide.rst b/docs/style-guide.rst index 64e76526f..177f4a798 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -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::