We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7577e78 commit 2fc1de3Copy full SHA for 2fc1de3
src/doc/style-guide/src/expressions.md
@@ -64,8 +64,8 @@ Write an empty block as `{}`.
64
Write a block on a single line if:
65
66
* it is either used in expression position (not statement position) or is an
67
- unsafe block in statement position
68
-* it contains a single-line expression and no statements
+ unsafe block in statement position,
+* it contains a single-line expression and no statements, and
69
* it contains no comments
70
71
For a single-line block, put spaces after the opening brace and before the
0 commit comments