aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/compiler.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/compiler.rs b/src/compiler.rs
index 7b50147..6484aaa 100644
--- a/src/compiler.rs
+++ b/src/compiler.rs
@@ -723,8 +723,7 @@ fn on_enter_list(context: &mut CompileContext) {
// Blank line directly in list or directly in list item,
// but not a blank line after an empty list item.
- if balance < 3 && event.token_type == Token::BlankLineEnding
- {
+ if balance < 3 && event.token_type == Token::BlankLineEnding {
let at_marker = balance == 2
&& events[skip::opt_back(
events,