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 7416e12 commit 6eedc6cCopy full SHA for 6eedc6c
guide/expressions.md
@@ -61,9 +61,9 @@ An empty block should be written as `{}`.
61
A block may be written on a single line if:
62
63
* it is either used in expression position (not statement position) or is an
64
- unsafe block in statement position
65
-* contains a single-line expression and no statements
66
-* contains no comments
+ unsafe block in statement position,
+* it contains a single-line expression and no statements, and
+* it contains no comments
67
68
A single line block should have spaces after the opening brace and before the
69
closing brace.
0 commit comments