It indents the body deeper than the opening brace, and runs off the right margin. I think something like this would preferable: ``` callsomethingwithablock({ | x | { // Indent one unit beyond the line that opened the block body_here(); }); ```