File tree
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -112,8 +112,8 @@ Structure
|
112 | 112 | * Add a blank line before ``return`` statements, unless the return is alone
|
113 | 113 | inside a statement-group (like an ``if`` statement);
|
114 | 114 |
|
115 |
| -* Use just ``return;`` instead of ``return null;`` when a function must return void |
116 |
| -early; |
| 115 | +* Use just ``return;`` instead of ``return null;`` when a function must return |
| 116 | +void early; |
117 | 117 |
|
118 | 118 | * Use braces to indicate control structure body regardless of the number of
|
119 | 119 | statements it contains;
|
|
You can’t perform that action at this time.
0 commit comments