We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81914ac commit 39b0542Copy full SHA for 39b0542
contributing/code/standards.rst
@@ -112,8 +112,8 @@ Structure
112
* Add a blank line before ``return`` statements, unless the return is alone
113
inside a statement-group (like an ``if`` statement);
114
115
-* Use just ``return;`` instead of ``return null;`` when a function must return void
116
- early;
+* Use just ``return;`` instead of ``return null;`` when a function must return
+ void early;
117
118
* Use braces to indicate control structure body regardless of the number of
119
statements it contains;
0 commit comments