Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 39b0542

Browse filesBrowse files
committed
fix max line length
1 parent 81914ac commit 39b0542
Copy full SHA for 39b0542

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎contributing/code/standards.rst

Copy file name to clipboardExpand all lines: contributing/code/standards.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ Structure
112112
* Add a blank line before ``return`` statements, unless the return is alone
113113
inside a statement-group (like an ``if`` statement);
114114

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;
117117

118118
* Use braces to indicate control structure body regardless of the number of
119119
statements it contains;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.